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};
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue