svn commit: r210002 - head/share/man/man5

Simon L. Nielsen simon at FreeBSD.org
Tue Jul 13 16:24:04 UTC 2010


Author: simon
Date: Tue Jul 13 16:24:04 2010
New Revision: 210002
URL: http://svn.freebsd.org/changeset/base/210002

Log:
  In the example for how to create a VLAN, also include an example of
  setting the IP address.  While it is documented earlier in rc.conf(5)
  that the '.' in the VLAN name becomes a '_' in rc.conf, this may not be
  easy to find when just using rc.conf(5) as reference documentation.
  
  MFC after:	1 week

Modified:
  head/share/man/man5/rc.conf.5

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Tue Jul 13 16:21:35 2010	(r210001)
+++ head/share/man/man5/rc.conf.5	Tue Jul 13 16:24:04 2010	(r210002)
@@ -1151,9 +1151,10 @@ To create a vlan device named
 .Li em0.101
 on
 .Li em0
-with the vlan tag 101:
+with the vlan tag 101 and the optional the IPv4 address 192.0.2.1/24:
 .Bd -literal
 vlans_em0="101"
+ifconfig_em0_101="inet 192.0.2.1/24"
 .Ed
 .Pp
 To create a vlan device named


More information about the svn-src-head mailing list