Thanks to visit codestin.com
Credit goes to github.com

Skip to content

empty ASN list causes bird RS config to bomb #201

@nickhilliard

Description

@nickhilliard

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions