From: Aron Podrigal Date: Sun, 1 May 2016 16:13:39 +0000 (-0400) Subject: Added `type` to keys in lxc_list_nicconfigs X-Git-Tag: lxc-2.1.0~435^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F996%2Fhead;p=thirdparty%2Flxc.git Added `type` to keys in lxc_list_nicconfigs Signed-off-by: Aron Podrigal --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 8c366c83b..28218713d 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -521,6 +521,7 @@ extern int lxc_list_nicconfigs(struct lxc_conf *c, const char *key, else memset(retv, 0, inlen); + strprint(retv, inlen, "type\n"); strprint(retv, inlen, "script.up\n"); strprint(retv, inlen, "script.down\n"); if (netdev->type != LXC_NET_EMPTY) {