conf/167648: Update rc.conf man page to use " new" ipv4_addrs_< interface> for VLANs

Jeff Kletsky freebsd at wagsky.com
Sun May 6 19:50:11 UTC 2012


The following reply was made to PR conf/167648; it has been noted by GNATS.

From: Jeff Kletsky <freebsd at wagsky.com>
To: bug-followup at FreeBSD.org, freebsd at wagsky.com
Cc:  
Subject: Re: conf/167648: Update rc.conf man page to use &quot;new&quot; ipv4_addrs_&lt;interface&gt;
 for VLANs
Date: Sun, 06 May 2012 12:32:29 -0700

 With apologies, the line should read
 
 ipv4_addrs_em0_101="192.0.2.1/24"
 
 and the patch should be
 
 --- /usr/src/share/man/man5/rc.conf.5    2012-04-28 07:28:40.000000000 -0700
 +++ rc.conf.5    2012-05-06 11:25:19.000000000 -0700
 @@ -1191,7 +1191,7 @@
   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 freebsd-bugs mailing list