Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2012 15:36:37 +0000 (UTC)
From:      Maksim Yevmenkin <emax@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r238622 - head/etc/rc.d
Message-ID:  <201207191536.q6JFabOR094467@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emax
Date: Thu Jul 19 15:36:36 2012
New Revision: 238622
URL: http://svn.freebsd.org/changeset/base/238622

Log:
  Allow to specify no source-address-selection policy
  
  MFC after:	1 week

Modified:
  head/etc/rc.d/ip6addrctl

Modified: head/etc/rc.d/ip6addrctl
==============================================================================
--- head/etc/rc.d/ip6addrctl	Thu Jul 19 14:43:46 2012	(r238621)
+++ head/etc/rc.d/ip6addrctl	Thu Jul 19 15:36:36 2012	(r238622)
@@ -83,6 +83,9 @@ ip6addrctl_start()
 		# Backward compatibility when ipv6_prefer=NO
 		ip6addrctl_prefer_ipv4
 	;;
+	[Nn][Oo][Nn][Ee])
+		ip6addrctl flush >/dev/null 2>&1
+	;;
 	*)
 		warn "\$ip6addrctl_policy is invalid: ${ip6addrctl_policy}. " \
 		    " \"ipv4_prefer\" is used instead."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207191536.q6JFabOR094467>