openwrt/nat64: disable bfd, add gateway recursive

This commit is contained in:
Nico Schottelius 2024-08-10 14:31:40 +02:00
parent 03c86238cd
commit 0ecdc29fb3

View file

@ -111,11 +111,12 @@ protocol bgp {
local as ${asn}; local as ${asn};
neighbor \${ibgp_peer} as ${asn}; neighbor \${ibgp_peer} as ${asn};
direct; direct;
bfd on; # bfd on;
ipv6 { ipv6 {
import none; import none;
export where source ~ [ RTS_STATIC ]; export where source ~ [ RTS_STATIC ];
gateway recursive;
}; };
} }
BBB BBB