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

Eitan Adler eadler at FreeBSD.org
Sat Sep 8 12:45:49 UTC 2012


Author: eadler
Date: Sat Sep  8 12:45:47 2012
New Revision: 240237
URL: http://svn.freebsd.org/changeset/base/240237

Log:
  Revert r239049:
  This is the way to assign a range, but not
  a single IPv4 address.
  
  PR:		conf/167648
  Approved by:	cperciva (implicit)

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

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Sat Sep  8 11:34:22 2012	(r240236)
+++ head/share/man/man5/rc.conf.5	Sat Sep  8 12:45:47 2012	(r240237)
@@ -1201,7 +1201,7 @@ on
 with the vlan tag 101 and the optional the IPv4 address 192.0.2.1/24:
 .Bd -literal
 vlans_em0="101"
-ipv4_addrs_em0_101="192.0.2.1/24"
+ifconfig_em0_101="inet 192.0.2.1/24"
 .Ed
 .Pp
 To create a vlan device named


More information about the svn-src-all mailing list