openwrt/nat64: bump argument requirement

This commit is contained in:
Nico Schottelius 2024-07-24 11:53:27 +02:00
parent e1544b4560
commit a8bc794e47

View file

@ -8,7 +8,7 @@
# Consequences
# - do not provide IPv4 or IPv6 dhcp/ra on any interface
if [ $# -lt 4 ] ; then
if [ $# -lt 7 ] ; then
echo $0 "address hostname nat64prefix nat64route ipv4out asn routerid iBGPpeer1 [iBGPpeer2...]"
exit 1
fi