-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ipv6 nd suppress-ra does not take for OS-configured interface #7738
Comments
Is there any update on this issue? |
Discovering the same issue - Are there any ideas for this? |
i used |
Any update for this issue? |
I can confirm that this issue still exists in
I still receive this:
Doing Would be nice to suppress the neighbor discovery though. |
Having the same issue here. |
We have encountered the same problem. After investigation, I've found that RA can be enabled by other daemons, namely in the following cases:
I've got these cases by looking for By tracking the mentioned functions, I've found several detailed comments. Also, there are several commits (one, two, three) with some explanation, but I still don't see the reason for mandatory enabling RA. To sum up my investigation:
|
I've started a discussion #16317 about this problem. There is my minimal FRR config to reproduce the problem. The BGP daemon is enabled. There is no need for the BGP peer to exist; the problem reproduces even if there are no other hosts in the network. Once FRR starts, there are RA in wireshark and
Tested in master of official container: |
Describe the bug
Hoster reported my router VM to be sending IPv6 RAs, disabling them via
on the OS-configured interface did not take meaning the configuration did not disable the RAs from being sent and did not show up in show running-config.
[x] Did you check if this is a duplicate issue?
[-] Did you test it on the latest FRRouting/frr master branch?
To Reproduce
Debian /etc/network/interfaces configuration for eth0:
Interface eth0 not configured in frr.
Expected behavior
in show running-config.
Not sending router advertisement messages on interface eth0.
Versions
Additional context
The text was updated successfully, but these errors were encountered: