Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No router advertisements on tunnel interfaces #94

Merged
merged 1 commit into from Jun 19, 2018

Conversation

bluca
Copy link

@bluca bluca commented Jun 18, 2018

The upstream commit 0c4dfeb ("improve multicast check, remove
broadcast check") forces UnicodeOnly if an interface does not support
IFF_MULTICAST. This stops periodic RAs being sent over tunnels, which
previously used to work. The solution is to allow sending such
multicast packets over point-to-point links. This is acceptable for
directly connected devices, or for tunnels, the packets are
encapsulated and so look like unicast packets to intervening routers.

Signed-off-by: Mike Manning mmanning@brocade.com

Patch from a colleague, been using it successfully in production for a couple of years.

The upstream commit 0c4dfeb ("improve multicast check, remove
broadcast check") forces UnicodeOnly if an interface does not support
IFF_MULTICAST. This stops periodic RAs being sent over tunnels, which
previously used to work. The solution is to allow sending such
multicast packets over point-to-point links. This is acceptable for
directly connected devices, or for tunnels, the packets are
encapsulated and so look like unicast packets to intervening routers.

Signed-off-by: Mike Manning <mmanning@brocade.com>
@robbat2 robbat2 merged commit 849f69c into radvd-project:master Jun 19, 2018
@bluca bluca deleted the tunnel branch June 19, 2018 23:18
@bluca
Copy link
Author

bluca commented Oct 3, 2018

@robbat2 hi - are you planning to do a new bugfix release anytime soon? There's a few fixes queued up, and it would be great to have them included in Debian 10 which will start freezing in a few months. Thanks!

@stappersg
Copy link
Member

Patch is in Debian.

Cheers
Geert Stappers
Maintainer of radvd in Debian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants