Commit 7fa9074f by Andrian Nord Committed by Daniel Lezcano

ipv6 interfaces added with /0 prefix

Greetings, I've found a small typo into src/lxc/conf.c that leads to nulled prefix for ipv6 addresses. Signed-off-by: 's avatarAndrian Nord <NightNord@gmail.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent d5cf4386
......@@ -774,7 +774,7 @@ static int setup_ipv4_addr(struct lxc_list *ip, int ifindex)
static int setup_ipv6_addr(struct lxc_list *ip, int ifindex)
{
struct lxc_list *iterator;
struct lxc_inetdev *inet6dev;
struct lxc_inet6dev *inet6dev;
lxc_list_for_each(iterator, ip) {
......
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