d1e6259ac3b8802e5ec3864716dc97d710e34c15
howto/Bird2.md
... | ... | @@ -73,19 +73,13 @@ roa6 table dn42_roa_v6; |
73 | 73 | |
74 | 74 | protocol static { |
75 | 75 | roa4 { table dn42_roa; }; |
76 | - roa6 { table dn42_roa_v6; }; |
|
77 | - include "/etc/bird/roa_dn42_v4_and_v6.conf"; |
|
76 | + include "/etc/bird/roa_dn42.conf"; |
|
78 | 77 | }; |
79 | 78 | |
80 | -## or use this: |
|
81 | -# protocol static { |
|
82 | -# roa4 { table dn42_roa; }; |
|
83 | -# include "/etc/bird/roa_dn42.conf"; |
|
84 | -# }; |
|
85 | -# protocol static { |
|
86 | -# roa6 { table dn42_roa_v6; }; |
|
87 | -# include "/etc/bird/roa_dn42_v6.conf"; |
|
88 | -# }; |
|
79 | +protocol static { |
|
80 | + roa6 { table dn42_roa_v6; }; |
|
81 | + include "/etc/bird/roa_dn42_v6.conf"; |
|
82 | +}; |
|
89 | 83 | |
90 | 84 | function is_valid_network_v6() { |
91 | 85 | return net ~ [ |