Merge branch '5.2.0'

This commit is contained in:
Tom Eastep 2018-08-06 08:08:39 -07:00
commit aa94772fc6
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -3775,7 +3775,7 @@ ipcalc_command() {
elif [ $# -eq 3 ]; then
address=$2
vlsm=$(ip_vlsm $3)
elif [ $# -eq 0 ]; then
elif [ $# -eq 1 ]; then
missing_argument
else
too_many_arguments $4