Author: peter
Date: Mon Sep  8 05:14:58 2014
New Revision: 271248
URL: http://svnweb.freebsd.org/changeset/base/271248

Log:
  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.

Modified:
  head/etc/rc.d/jail

Modified: head/etc/rc.d/jail
==============================================================================
--- head/etc/rc.d/jail  Mon Sep  8 03:16:28 2014        (r271247)
+++ head/etc/rc.d/jail  Mon Sep  8 05:14:58 2014        (r271248)
@@ -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
 }
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to