No need for explicit v4 mapping in jool -> actually helps us!

This commit is contained in:
Nico Schottelius 2021-01-08 13:23:55 +01:00
parent 40fd7a43ab
commit fad70bccc5
1 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ if [ $# -ne 3 ]; then
echo "$0 ip-address nat64-prefix"
echo " ip-address: where to find the OpenWRT device"
echo " nat64-prefix: which network to use for INCOMING NAT64 (often 2a0a:e5c1:XXX:b00::/96"
echo " ip4-address: where to map ipv6 traffic to (often: 192.168.1.42)"
exit 1
fi
@ -22,7 +21,6 @@ cat > /etc/rc.local << EO2
modprobe jool
jool -4 -a ${v4addr}
jool -6 ${nat64_prefix}
EO2