Package: wide-dhcpv6-client
Version: 20080615-1
Severity: wishlist

Hi,
in case of dialup with ppp and prefix delegation one would need to pass
in a dynamic pppX interface to the dhcp6c - this is possible on the
command line but anyone would need to put X templates for all possible
ppp interfaces into the config.

The typical call in the /etc/ppp/ipv6-up.d should be

        dhcp6c -c /etc/wide-dhcpv6/dhcp6c.conf ${PPP_IFACE}

where PPP_IFACE could be nearly everything ...

Currently i am experimenting with something like this which works in
case the interface in the config matches:

interface ppp0
{
        send ia-pd 0;

        request domain-name-servers;
        request domain-name;

        script "/etc/wide-dhcpv6/dhcp6c-script";
};

id-assoc pd {
        prefix-interface eth0 {
                sla-id 1;
                sla-len 0;
        };
};

Flo
-- 
Florian Lohoff                  [EMAIL PROTECTED]             +49-171-2280134
        Those who would give up a little freedom to get a little 
          security shall soon have neither - Benjamin Franklin

Attachment: signature.asc
Description: Digital signature

Reply via email to