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