openwrt/nat64: bump argument requirement
This commit is contained in:
parent
e1544b4560
commit
a8bc794e47
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
# Consequences
|
# Consequences
|
||||||
# - do not provide IPv4 or IPv6 dhcp/ra on any interface
|
# - 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...]"
|
echo $0 "address hostname nat64prefix nat64route ipv4out asn routerid iBGPpeer1 [iBGPpeer2...]"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue