Unverified Commit 3bdbfd43 by Christian Brauner Committed by Stéphane Graber

network: add network counter

parent 4f1f10bd
...@@ -118,8 +118,10 @@ union netdev_p { ...@@ -118,8 +118,10 @@ union netdev_p {
* @ipv6 : a list of ipv6 addresses to be set on the network device * @ipv6 : a list of ipv6 addresses to be set on the network device
* @upscript : a script filename to be executed during interface configuration * @upscript : a script filename to be executed during interface configuration
* @downscript : a script filename to be executed during interface destruction * @downscript : a script filename to be executed during interface destruction
* @idx : network counter
*/ */
struct lxc_netdev { struct lxc_netdev {
unsigned int idx;
int type; int type;
int flags; int flags;
int ifindex; int ifindex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment