openwrt/nat64: disable bfd, add gateway recursive
This commit is contained in:
parent
03c86238cd
commit
0ecdc29fb3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue