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

IXP_IRRDB_MIN_V*_SUBNET_SIZE handling #682

Closed
nickhilliard opened this issue Nov 16, 2020 · 0 comments
Closed

IXP_IRRDB_MIN_V*_SUBNET_SIZE handling #682

nickhilliard opened this issue Nov 16, 2020 · 0 comments
Assignees
Labels

Comments

@nickhilliard
Copy link
Member

SUMMARY

IXP_IRRDB_MIN_V4_SUBNET_SIZE / IXP_IRRDB_MIN_V6_SUBNET_SIZE do not work when set to 32 / 128 respectively. The expected behaviour for /32 (ipv4) and /128 (ipv6) is that prefixes of that length are accepted, but they are not due to how bird handles mask length specification.

ACTUAL RESULTS

the bird configuration filters end up with the following statements: 0.0.0.0/0{33,32} or ::/0{129,128}. These evaluate as false for /32 and /128, which is a bug.

IMPORTANCE

affects production IXPs. workaround using skins, but this is not ideal for the usual reasons.

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

No branches or pull requests

2 participants