summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2014-09-08 05:14:58 +0000
committerpeter <peter@FreeBSD.org>2014-09-08 05:14:58 +0000
commit0104da71d7721ade4ea6bded9f6ec087d3d06f6a (patch)
tree57d506bc894366e3f7818c46b9446704c069e996
parentfeffa4327838f3f49d72e0e9921cb91cad7a3155 (diff)
downloadFreeBSD-src-0104da71d7721ade4ea6bded9f6ec087d3d06f6a.zip
FreeBSD-src-0104da71d7721ade4ea6bded9f6ec087d3d06f6a.tar.gz
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.
-rwxr-xr-xetc/rc.d/jail2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.d/jail b/etc/rc.d/jail
index cf1c6e2..0b886fd 100755
--- a/etc/rc.d/jail
+++ b/etc/rc.d/jail
@@ -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
}
OpenPOWER on IntegriCloud