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

Commits on Jun 18, 2018

  1. No router advertisements on tunnel interfaces

    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>
    Mike Manning authored and bluca committed Jun 18, 2018
    Copy the full SHA
    86a0b80 View commit details
    Browse the repository at this point in the history