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
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?
allas
The text was updated successfully, but these errors were encountered:
5c99b4d
Revert "Fix #201 - empty ASN list causes bird RS config to bomb"
1af8fb6
This reverts commit 5c99b4d.
Fix #201 again without white space changes
b33782e
Port fix for inex#201 from upstream into arnes skin
6b7233b
No branches or pull requests
An empty ASN list will cause the following bird RS config:
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?The text was updated successfully, but these errors were encountered: