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 <free...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to