From 223e24232e0e22efa530b704fdcd40845e18cce8 Mon Sep 17 00:00:00 2001 From: emax Date: Thu, 19 Jul 2012 15:36:36 +0000 Subject: Allow to specify no source-address-selection policy MFC after: 1 week --- etc/rc.d/ip6addrctl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/rc.d/ip6addrctl b/etc/rc.d/ip6addrctl index c66a5ea..801d7bb 100755 --- a/etc/rc.d/ip6addrctl +++ b/etc/rc.d/ip6addrctl @@ -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." -- cgit v1.1