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

Eitan Adler eadler at FreeBSD.org
Sun Aug 5 08:19:53 UTC 2012


Author: eadler
Date: Sun Aug  5 08:19:52 2012
New Revision: 239049
URL: http://svn.freebsd.org/changeset/base/239049

Log:
  Use new method of assigning IPv4 addresses
  
  PR:		conf/167648
  Submitted by:	Jeff Kletsky <freebsd at wagsky.com>
  Approved by:	bcr
  MFC after:	3 days

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

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Sun Aug  5 08:10:02 2012	(r239048)
+++ head/share/man/man5/rc.conf.5	Sun Aug  5 08:19:52 2012	(r239049)
@@ -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"
-ifconfig_em0_101="inet 192.0.2.1/24"
+ipv4_addrs_em0_101="192.0.2.1/24"
 .Ed
 .Pp
 To create a vlan device named


More information about the svn-src-head mailing list