#404604 radvd: Please get prefixes from /proc/net/if_inet6

Package:
radvd
Source:
radvd
Description:
Router Advertisement Daemon
Submitter:
"Rémi Denis-Courmont"
Date:
2010-04-10 09:57:08 UTC
Severity:
wishlist
#404604#5
Date:
2006-12-26 21:27:43 UTC
From:
To:
	Hello,

I have recently switched from 6to4 to native/DHCPv6-PD (using
wide-dhcpv6-client from Debian). Unfortunately, there does not seem to
be any "replacement" for the Base6to4Interface directive when using
prefix delegation.

It would be really nice if there was an option to get prefixes to be
advertised straight from /proc/net/if_inet6 at least on a per interface
basis, for instance:

# /etc/radvd.conf
interface eth0
{
        AdvSendAdvert on;
        MaxRtrAdvInterval 30;

        autoprefix ::/64
        {
                AdvOnLink on;
                AdvAutonomous on;
        };
};

So radvd could automatically instantiate an implicit prefix for each
address assigned to eth0 (expect the link-local, of course).

Regards,

#404604#10
Date:
2007-10-25 19:31:50 UTC
From:
To:
Hi,

I've implemented 90% of this feature.  The missing 10% is that it only
supports one automatically chosen address.

I've committed attached patch to CVS HEAD.