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?
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
allasasn set?