Skip to content

Commit

Permalink
Added type to keys in lxc_list_nicconfigs
Browse files Browse the repository at this point in the history
Signed-off-by: Aron Podrigal <aronp@guaranteedplus.com>
  • Loading branch information
ar45 authored and stgraber committed Nov 17, 2016
1 parent cfaa839 commit ddb4987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lxc/confile.c
Expand Up @@ -483,6 +483,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) {
Expand Down

0 comments on commit ddb4987

Please sign in to comment.