Jérémie Corbier <jere...@famille-corbier.net> writes: > Hi, > > I'd gladly add such scripts to /usr/share/doc/wide-dhcpv6-client/examples if > you > could provide them to me.
I'm afraid what I've got is very primitive at the moment. But here it is: ipv6-pppoe-2:~# cat /etc/ppp/ipv6-up.d/dhcpv6 #!/bin/sh ## this should probably be triggered by the RA managed flag, but how? dhcp6c -D -P default $PPP_IFACE ipv6-pppoe-2:~# cat /etc/ppp/ipv6-down.d/dhcpv6 #!/bin/sh dhcp6ctl stop As you can see, this assumes that dhcp6c is started and stopped with every ppp interface up/down event. This is a workaround for bug #561949. The scripts should probably just call /etc/wide-dhcpv6/dhcp6c-ifupdown with the appropriate MODE and IFACE=$PPP_IFACE once that bug is fixed. Bjørn -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org