1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Temporarily remove the warning added r270781 - it prints the warning

regardless of whether the usage is correct or not and this generates a
LOT of noise, even when you have specified a mask.
This commit is contained in:
Peter Wemm 2014-09-08 05:14:58 +00:00
parent 339503ab41
commit 78389e87b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271248

View File

@ -321,8 +321,6 @@ jail_extract_address()
elif [ "${_type}" = "inet6" ]; then
# In case _mask is not set for IPv6, use /128.
_mask=${_mask:-/128}
warn "$_type $_addr: an IPv6 address should always be " \
"specified with a prefix length. /128 is used."
fi
}