Make the description of the "no_prefer_iface" flag easier to understand.

Reviewed by:	Silence on -net@ and from ume@
This commit is contained in:
Jeremie Le Hen 2014-07-12 10:18:33 +00:00
parent f2b893a0c6
commit 0c7b5530d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268567

View File

@ -679,9 +679,11 @@ Set a flag to enable Neighbor Unreachability Detection.
Clear a flag
.Cm nud .
.It Cm no_prefer_iface
Set a flag to not prefer address on the interface as candidates of the
source address for outgoing packets, even when the interface is
outgoing interface.
Set a flag to not honor rule 5 of source address selection in RFC 3484.
In practice this means the address on the outgoing interface will not be
preferred, effectively yielding the decision to the address selection
policy table, configurable with
.Xr ip6addrctl 8 .
.It Cm -no_prefer_iface
Clear a flag
.Cm no_prefer_iface .