From: Christian Brauner Date: Tue, 13 Jun 2017 22:42:06 +0000 (+0200) Subject: network: add network counter X-Git-Tag: lxc-2.1.0~96^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c35a8f1d97b532d6ecc5530540e46d3225425c8;p=thirdparty%2Flxc.git network: add network counter Signed-off-by: Christian Brauner --- diff --git a/src/lxc/conf.h b/src/lxc/conf.h index 2ba1b4a11..fbe2e109c 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -121,8 +121,10 @@ union netdev_p { * @ipv6 : a list of ipv6 addresses to be set on the network device * @upscript : a script filename to be executed during interface configuration * @downscript : a script filename to be executed during interface destruction + * @idx : network counter */ struct lxc_netdev { + unsigned int idx; int type; int flags; int ifindex;