[radvd-devel-l] RemoveRoute not working?

Seth Mos seth.mos at dds.nl
Thu Jun 7 09:50:38 EDT 2012


Op 7-6-2012 15:19, Seth Mos schreef:
> Hi,

Only to reply to myself here, if you don't want the default route 
removed you should specify

route ::/0 {
	RemoveRoute off;
};

Regards,

Seth
>
> I was trying to use the RemoveRoute / FlushRoute option.
>
> I am running 1.8.5 and I've created a route { } section with the
> RemoveRoute Off; setting.
>
> interface lan_vip1 {
> AdvSendAdvert on;
> MinRtrAdvInterval 3;
> MaxRtrAdvInterval 20;
> AdvLinkMTU 1280;
> AdvDefaultPreference medium;
> AdvOtherConfigFlag on;
> prefix 2001:470:f00:0:0:0:0:0/64 {
> AdvOnLink on;
> AdvAutonomous on;
> AdvRouterAddr on;
> };
> route 2001:470:f00:0:0:0:0:0/64 {
> RemoveRoute off;
> };
> RDNSS 2001:4860:4860::8844 2001:4860:4860::8888 { };
> DNSSL dnsalias.org { };
> };
>
> However, it is still purging the default route on the clients when
> signal radvd.
>
> I expected this to be prevented using this setting. What am I doing wrong?
>
> Regards,
>
> Seth
>




More information about the radvd-devel-l mailing list