[openwrt/nat64] escape local var, add birdc
This commit is contained in:
parent
0323ccb47a
commit
0431b89a54
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ set -x
|
|||
opkg update
|
||||
|
||||
# add jool + bird2
|
||||
opkg install jool-tools-netfilter bird2
|
||||
opkg install jool-tools-netfilter bird2 bird2c
|
||||
|
||||
# Do not announce ULA - we have GUA
|
||||
uci delete network.globals.ula_prefix
|
||||
|
@ -55,7 +55,7 @@ for ibgp_peer in ${ibgp_peers}; do
|
|||
cat >> /etc/bird.conf <<BBB
|
||||
protocol bgp {
|
||||
local as ${asn};
|
||||
neighbor ${ibgp_peer} as ${asn};
|
||||
neighbor \${ibgp_peer} as ${asn};
|
||||
|
||||
ipv6 {
|
||||
import none;
|
||||
|
|
Loading…
Reference in a new issue