fac870289119de71e04b3f28571fb30fb0aaf189
howto/Bird2.md
| ... | ... | @@ -136,7 +136,6 @@ template bgp dnpeers { |
| 136 | 136 | path metric 1; |
| 137 | 137 | |
| 138 | 138 | ipv4 { |
| 139 | - next hop self; |
|
| 140 | 139 | import filter { |
| 141 | 140 | if is_valid_network() && !is_self_net() then { |
| 142 | 141 | if (roa_check(dn42_roa, net, bgp_path.last) != ROA_VALID) then { |
| ... | ... | @@ -150,8 +149,7 @@ template bgp dnpeers { |
| 150 | 149 | import limit 1000 action block; |
| 151 | 150 | }; |
| 152 | 151 | |
| 153 | - ipv6 { |
|
| 154 | - next hop self; |
|
| 152 | + ipv6 { |
|
| 155 | 153 | import filter { |
| 156 | 154 | if is_valid_network_v6() && !is_self_net_v6() then { |
| 157 | 155 | if (roa_check(dn42_roa_v6, net, bgp_path.last) != ROA_VALID) then { |