Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2012 12:45:48 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240237 - head/share/man/man5
Message-ID:  <201209081245.q88Cjmon086882@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209081245.q88Cjmon086882>