Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-05-20 23:57:15 +00:00
parent 9002d03cd8
commit ebc1c39c85

@ -112,8 +112,10 @@ template bgp lixonet_client {
aigp ${bgp_aigp:-originate}; aigp ${bgp_aigp:-originate};
# Set filters for both exported (sent) and imported (received) BGP prefixes. # Set filters for both exported (sent) and imported (received) BGP prefixes.
export lixonet_export; # This is explicitly required per RFC 8212, at least on export.
import lixonet_import; # See: https://gitlab.labs.nic.cz/labs/bird/commit/3831b619661d08d935fd78656732cd2f339ff811
export filter lixonet_export;
import filter lixonet_import;
}; };
}; };