svn commit: r300933 - head/sbin/ifconfig

Allan Jude allanjude at FreeBSD.org
Sun May 29 03:44:38 UTC 2016


Author: allanjude
Date: Sun May 29 03:44:37 2016
New Revision: 300933
URL: https://svnweb.freebsd.org/changeset/base/300933

Log:
  Add Documentation for missing ifconfig(8) flags
  
  autoconf / -autoconf
  deprecated / -deprecated
  pltime
  vltime
  
  PR:		209822
  Submitted by:	Sevan Janiyan <venture37 at geeklan.co.uk>
  MFC after:	2 weeks

Modified:
  head/sbin/ifconfig/ifconfig.8

Modified: head/sbin/ifconfig/ifconfig.8
==============================================================================
--- head/sbin/ifconfig/ifconfig.8	Sun May 29 03:42:50 2016	(r300932)
+++ head/sbin/ifconfig/ifconfig.8	Sun May 29 03:44:37 2016	(r300933)
@@ -635,6 +635,10 @@ controls whether this flag is set by def
 .It Cm -accept_rtadv
 Clear a flag
 .Cm accept_rtadv .
+.It Cm autoconf
+Set a flag to accept router advertisements on an interface.
+.It Fl autoconf
+Disable autoconfiguration.
 .It Cm no_radr
 Set a flag to control whether routers from which the system accepts
 Router Advertisement messages will be added to the Default Router List
@@ -707,12 +711,20 @@ Note that the address family keyword
 .Dq Li inet6
 is needed for them:
 .Bl -tag -width indent
+.It Cm deprecated
+Set the IPv6 deprecated address bit.
+.It Fl deprecated
+Clear the IPv6 deprecated address bit.
+.It Cm pltime Ar n
+Set preferred lifetime for the address.
 .It Cm prefer_source
 Set a flag to prefer address as a candidate of the source address for
 outgoing packets.
 .It Cm -prefer_source
 Clear a flag
 .Cm prefer_source .
+.It Cm vltime Ar n
+Set valid lifetime for the address.
 .El
 .Pp
 The following parameters are specific to cloning


More information about the svn-src-head mailing list