The following reply was made to PR conf/167648; it has been noted by GNATS.
From: Jeff Kletsky <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: conf/167648: Update rc.conf man page to use "new" ipv4_addrs_<interface> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
