radvd icon indicating copy to clipboard operation
radvd copied to clipboard

radvd | Official repository: https://github.com/radvd-project/radvd

Results 40 radvd issues
Sort by recently updated
recently updated
newest added

In HA setups as outlined in [this post](https://fy.blackhats.net.au/blog/html/2018/11/01/high_available_radvd_on_linux.html), `radvd` is concurrently running on multiple routers. RAs are only sent out on an interface iff the link local address configured via...

RaSrcAddress

current AdvRASrcAddress will only be used when matched one of valid link local addresses. https://github.com/radvd-project/radvd/blob/b368cb98da5da44154994de573fea24b7c7858fc/device-common.c#L182 I hope that when sysctl `net.ipv6.ip_nonlocal_bind=1` is set, AdvRASrcAddress can directly set iface->props.if_addr_rasrc whatever it...

RaSrcAddress
InterfaceOptions

(sticky issue) Welcome! The `radvd` project would like to have more regular contributors and reviewers present to encourage the long-term health of the project. This includes all persons who package...

notes

I have thought a bunch about how to test netlink dependant things. I looked at trying to put capture/replay code into libnl, but I gotta say that I found libnl...

Hi, We may integrate some FreeBSD upstream patches into next radvd release, like this one : https://github.com/freebsd/freebsd-ports/blob/master/net/radvd/files/patch-device-bsd44.c (I did not try yet to build master radvd with this patch applied,...

TL;DR: We are running into a situation where radvd is picking the source IP for outgoing advertisements that *don't want it to use*. radvd version: 2.17, debian package 1:2.17-2 Our...

Hello, my Internet provider gives me IPv6 /48 (/64) and I tried to provide IPv6 addresses to my LAN using radvd. I use the following code: ``` interface br0 {...

If a route or prefix option in the configuration has more bits specified than the address length mask, Radvd should: - warn or error. - forcing the non-network bits to...

Hello, This issue is a continuation of the second part of the discussion we made in issue #36. And issue #39 is related Currently, radvd is able to be notified...

I'm a customer of the German Telekom. I receive dynamic prefixes for my internal network via dhcpv6, and distribute these prefixes with the ::/64 "special prefix" via radvd on my...