Bug#783986: ifupdown does ignore post-up lines for static ipv6

2015-06-23 Thread C . Dominik Bódi
Am Samstag, 6. Juni 2015, 23:12:14 schrieb Guus Sliepen: The post-up lines are executed for static ipv6 interfaces, but not if something went wrong while configuring the interface. One issue is that ifupdown assumes the kernel is performing Duplicate Address Detection in a timely fashion, and

Bug#783986: ifupdown does ignore post-up lines for static ipv6

2015-06-06 Thread Guus Sliepen
Hello Dominik, iface eth0 inet6 static address 2001:stuff::2 netmask 64 gateway 2001:stuff::z accept_ra 1 autoconf 1 privext 2 up ip addr add fd9f:stuff::z/64 dev eth0 After booting, the host successfully got its various IPv6 addresses, but

Bug#783986: ifupdown does ignore post-up lines for static ipv6

2015-05-01 Thread C. Dominik Bodi
Package: ifupdown Version: 0.7.53.1 Severity: important Tags: ipv6 On my debian unstable system, my /etc/network/interfaces looks like this (addresses edited for privacy reasons) : # The loopback network interface auto lo iface lo inet loopback # The primary network interface #allow-hotplug eth0