diff -NurpP --minimal linux-2.6.11-rc4-vs1.9.4.5/net/ipv6/addrconf.c linux-2.6.11-rc4-vs1.9.4.6/net/ipv6/addrconf.c --- linux-2.6.11-rc4-vs1.9.4.5/net/ipv6/addrconf.c 2005-02-16 05:38:48 +0100 +++ linux-2.6.11-rc4-vs1.9.4.6/net/ipv6/addrconf.c 2005-02-18 22:03:25 +0100 @@ -2325,7 +2325,10 @@ static void if6_seq_stop(struct seq_file static int if6_seq_show(struct seq_file *seq, void *v) { struct inet6_ifaddr *ifp = (struct inet6_ifaddr *)v; - seq_printf(seq, + + /* no ipv6 inside a vserver for now */ + if (vx_check(0, VX_ADMIN|VX_WATCH)) + seq_printf(seq, "%04x%04x%04x%04x%04x%04x%04x%04x %02x %02x %02x %02x %8s\n", NIP6(ifp->addr), ifp->idev->dev->ifindex,