We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add sanity checks for the contents of IPv6 Unicast NLRI, i.e. making sure they only contain valid unicast addresses.
Ranges to drop as invalid:
IPv4:
The text was updated successfully, but these errors were encountered:
One more check would be to make sure we don't get an NLRI whose next-hop is itself. e.g. 10.0.0.1/32 via 10.0.0.1
Sorry, something went wrong.
Moved IPv6 part of this ticket to #211
ipv4 unicast nlri checking
50c52ea
- addresses #210 for ipv4
74c3d92
d91c783
rcgoodfellow
Successfully merging a pull request may close this issue.
Add sanity checks for the contents of IPv6 Unicast NLRI, i.e. making sure they only contain valid unicast addresses.
Ranges to drop as invalid:
IPv4:
The text was updated successfully, but these errors were encountered: