Update bird/bird.conf.tmpl

This commit is contained in:
nigger 2025-02-24 17:53:24 -07:00
parent 4cd6757a79
commit 01fe2b3077

View File

@ -18,11 +18,11 @@ timeformat protocol iso long; # See: https://github.com/czerwonk/bird_export
# Custom routing tables # Custom routing tables
# See: https://bird.network.cz/?get_doc&v=20&f=bird-2.html (recommended read) # See: https://bird.network.cz/?get_doc&v=20&f=bird-2.html (recommended read)
ipv4 table ${netname:-lixonet}_v4; ipv4 table ${netname:-lixonet}_v4;
roa4 table r4; # ROA RPKI # roa4 table r4; # ROA RPKI
# RPKI # RPKI
# See: https://brooks.sh/2019/11/11/validating-bgp-routes-with-rpki-in-bird/ # See: https://brooks.sh/2019/11/11/validating-bgp-routes-with-rpki-in-bird/
#protocol rpki { # protocol rpki {
# roa4 { table r4; }; # roa4 { table r4; };
# {{ range files "bird/rpki/hosts" }} # {{.}} # {{ range files "bird/rpki/hosts" }} # {{.}}
@ -39,7 +39,7 @@ roa4 table r4; # ROA RPKI
# The "refresh" interval will control how often records are refreshed # The "refresh" interval will control how often records are refreshed
# and not considered expired. # and not considered expired.
# expire keep ${bgp_rpki_expire:-172800}; # expire keep ${bgp_rpki_expire:-172800};
#} # }
# Filters # Filters
# Define a series of filters for Lixonet routing policies: # Define a series of filters for Lixonet routing policies: