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};
neighbor \${ibgp_peer} as ${asn};
direct;
bfd on;
# bfd on;
ipv6 {
import none;
export where source ~ [ RTS_STATIC ];
gateway recursive;
};
}
BBB