summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.8
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2013-01-09 18:18:08 +0000
committerume <ume@FreeBSD.org>2013-01-09 18:18:08 +0000
commite33acd92c323d70e5d6df57f002fc99962711614 (patch)
treed47e3ff0e4eea1ed47efa711fb58f1061db36182 /sbin/ifconfig/ifconfig.8
parentdc876f51b7413aaa22e802a6b7fd911229c8f410 (diff)
downloadFreeBSD-src-e33acd92c323d70e5d6df57f002fc99962711614.zip
FreeBSD-src-e33acd92c323d70e5d6df57f002fc99962711614.tar.gz
Add no_prefer_iface option.
It stops treating the address on the interface as special by source address selection rule even when the interface is outgoing interface. This is desired in some situation. Requested by: hrs Reviewed by: IHANet folks including hrs MFC after: 1 week
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r--sbin/ifconfig/ifconfig.89
1 files changed, 8 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index f4c6daa..9c74980 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
-.Dd November 7, 2012
+.Dd January 10, 2013
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -716,6 +716,13 @@ Set a flag to enable Neighbor Unreachability Detection.
.It Cm -nud
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.
+.It Cm -no_prefer_iface
+Clear a flag
+.Cm no_prefer_iface .
.El
.Pp
The following parameters are specific to cloning
OpenPOWER on IntegriCloud