[openwrt/nat64] escape local var, add birdc

This commit is contained in:
Nico Schottelius 2024-07-23 13:49:44 +02:00
parent 0323ccb47a
commit 0431b89a54

View file

@ -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;