Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 00:19:42 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Ernie Luzar <luzar722@gmail.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: What does ip6addrctl do
Message-ID:  <20200709001942.a30e0844.freebsd@edvax.de>
In-Reply-To: <5F064555.20908@gmail.com>
References:  <5F064555.20908@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 08 Jul 2020 18:14:45 -0400, Ernie Luzar wrote:
> In /etc/defaults/rc.conf I see this
> 
> ip6addrctl_enable="YES" # Set to YES to enable default address selection
> ip6addrctl_verbose="NO" # Set to YES to enable verbose configuration 
> messages
> ip6addrctl_policy="AUTO"        # A pre-defined address selection policy
>                                  # (ipv4_prefer, ipv6_prefer, or AUTO)
> 
> 
> There is no documentation included in the base release about this. Is it 
> still available?  If so where to look to find out what it does?

Take the part before the underscore and check:

	% whatis ip6addrctl
	ip6addrctl(8) - configure address selection policy for IPv6 and IPv

Then see "man 8 ip6addrctl" for details:

NAME
     ip6addrctl - configure address selection policy for IPv6 and IPv4

[...]

DESCRIPTION
     The ip6addrctl utility manages the policy table of source and destination
     address selection for outgoing IPv4 and IPv6 packets.  When ip6addrctl is
     invoked without an argument or with a single argument show, it prints the
     content of the policy table currently installed in the kernel.

[...]

HISTORY
     The ip6addrctl utility first appeared in the KAME IPv6 protocol stack
     kit.  The original command name was addrselect, but it was then renamed
     to the current one so that the name would describe its function well.



The manual page dating says "September 25, 2001", so it's not
exactly new. ;-)



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



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