openwrt/nat64/bgp: enable direct
This commit is contained in:
parent
877fe7e377
commit
03c86238cd
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ cat >> /etc/bird.conf <<BBB
|
|||
protocol bgp {
|
||||
local as ${asn};
|
||||
neighbor \${ibgp_peer} as ${asn};
|
||||
direct;
|
||||
bfd on;
|
||||
|
||||
ipv6 {
|
||||
|
|
Loading…
Reference in a new issue