]> git.proxmox.com Git - mirror_lxc.git/commit
Introduce per netdev priv structure
authorJamal Hadi Salim <hadi@cyberus.ca>
Tue, 15 Dec 2009 09:14:27 +0000 (10:14 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 15 Dec 2009 09:14:27 +0000 (10:14 +0100)
commitf6cc1de1a989130fdc61d148024f76865a141d4c
treee145a6ec9b04e7f29baa29771134da0e3eff51d0
parent26c390288bbe04bbaba26f4ec1bbe68cb9d2b602
Introduce per netdev priv structure

Some devices like veth or vlans have a bit of extra details that
are specific to them. Example veth.pair and vlan.vlanid.
Separate them from the common so we can update cleanly in the future.

Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Acked-by: Daniel Lezcano <daniel.lezcano@free.fr>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c