radvd
radvd copied to clipboard
radvd | Official repository: https://github.com/radvd-project/radvd
GitHub warned that macOS 10.15 support will be removed at the end of August (see https://github.com/actions/runner-images/issues/5583).
radvd exits silently when there are too many addresses in the RDNSS section. This is being used in ddwrt, which builds the radvd.conf file based on advertisments it gets from...
The displayed error message when a prefix's preferred lifetime exceeds it's valid lifetime begins with: > AdvValidLifeTime must be greater than AdvPreferredLifetime... this is inconsistent with [RFC 4861 § 4.6.2](https://datatracker.ietf.org/doc/html/rfc4861#section-4.6.2)...
There is a relatively new type of Linux network interface named "XFRM", that helps with directing network traffic to specific IPsec policies via routing, by "hiding" the policies behind such...
Hello, I'm having an issue where the radvd daemon (version 2.19) encounters a segmentation fault when the daemon is started at boot time. The system with this issue is running...
`send_ra_forall` always increments racount, even if it's doing a unicast response: so if there is a unicast request during the initial period, the counter is incremented, and we might have...
Hello, According to the radvd documentation, there exists a method to assign a prefix to specific clients, only. I don't see a way to _**deny**_ specific clients only... is this...
Followup to #165 where the users want to start radvd as non-root, and still have it further drop capabilities.
I'm using radvd on an openvpn tap interface. When the vpn server is restarted, the tap interface goes down and up, and radvd starts advertising on the lan interface: ```...
radvd supports selecting the prefix automatically when `::/64` is used as a special value, however only static IPs are supported in RDNSS messages. I think it would be a useful...