Update bird.conf.tmpl

This commit is contained in:
sump pump 2020-06-21 07:14:25 +00:00
parent 7200ae569d
commit 02b2db7796

View File

@ -21,31 +21,31 @@ 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" }} # {{.}}
# {{ file (print "bird/rpki/hosts/" .) }} {{ file (print "bird/rpki/hosts/" .) }}
# {{ end }} {{ end }}
# # Time period in seconds between a failed query the next attempt # Time period in seconds between a failed query the next attempt
# retry keep ${bgp_rpki_retry:-90}; retry keep ${bgp_rpki_retry:-90};
# # Tells how long to wait before attempting to poll the cache # Tells how long to wait before attempting to poll the cache
# refresh keep ${bgp_rpki_refresh:-900}; refresh keep ${bgp_rpki_refresh:-900};
# # How long to keep any records locally cached before they are deleted # How long to keep any records locally cached before they are deleted
# # 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};
# # Enable SSH transport, disable TCP transport (insecure) # Enable SSH transport, disable TCP transport (insecure)
# transport ssh { transport ssh {
# remote public key "${bgp_rpki_known_hosts:-/etc/bird/rpki/known_hosts}"; remote public key "${bgp_rpki_known_hosts:-/etc/bird/rpki/known_hosts}";
# user "lixonet"; user "lixonet";
# #bird private key "</path/to/id_rsa>"; #bird private key "</path/to/id_rsa>";
# }; };
#} }
# Filters # Filters
# Define a series of filters for Lixonet routing policies: # Define a series of filters for Lixonet routing policies: