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

empty ASN list causes bird RS config to bomb #201

Closed
nickhilliard opened this issue Mar 16, 2015 · 0 comments
Closed

empty ASN list causes bird RS config to bomb #201

nickhilliard opened this issue Mar 16, 2015 · 0 comments
Labels

Comments

@nickhilliard
Copy link
Member

An empty ASN list will cause the following bird RS config:

    allas = [  ];

    if !(bgp_path.last ~ allas) then
           reject;

BIRD bombs out on this, which silently prevents any further RS updates.

Could be fixed by including the peer ASN in the allas asn set?

@barryo barryo closed this as completed in 5c99b4d Jun 29, 2015
barryo added a commit that referenced this issue Jun 29, 2015
barryo added a commit that referenced this issue Jun 29, 2015
matejv added a commit to ArnesSI/IXP-Manager that referenced this issue Mar 27, 2017
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

1 participant