Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2016 03:44:37 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300933 - head/sbin/ifconfig
Message-ID:  <201605290344.u4T3iboV045734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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