odhcpd icon indicating copy to clipboard operation
odhcpd copied to clipboard

Support adding static router advertisments

Open ntninja opened this issue 10 years ago • 4 comments

Basically I want to be able to replace this radvd configuration snippet:

interface br-lan
{
        AdvSendAdvert on;
        AdvManagedFlag off;
        AdvOtherConfigFlag off;

        route fc00::/8
        {
                AdvRoutePreference medium;
        };
};

It statically advertises a route for the fc00::/8 address space on all LAN interfaces, nothing else; no assigning addresses, no extra subnet routes, just handing out that single route. This this possible with odhcpd right now? Is it hard to implement?

ntninja avatar Mar 20 '16 19:03 ntninja

+1

vfreex avatar Mar 21 '16 01:03 vfreex

Need this too. Was shocked to find that radvd got removed from OpenWRT, while its "replacement" odhcpd doesn't even have this basic feature.

romanrm avatar Sep 06 '16 11:09 romanrm

This is a very important feature. How can this be implemented?

zhoreeq avatar Apr 09 '20 13:04 zhoreeq

Meanwhile this package can be used instead https://github.com/ffulm/firmware/tree/master/package/simple-radvd

zhoreeq avatar Apr 09 '20 15:04 zhoreeq