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