diff options
author | eadler <eadler@FreeBSD.org> | 2012-09-08 12:45:47 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-09-08 12:45:47 +0000 |
commit | 5626fd481181ced6989770f300f16d7f16366021 (patch) | |
tree | e6715ecd72c4cf422abbdc38e89d2681cf9ab7cf /share | |
parent | b53fed96a27cdef1156a43aa830f10f0f5095013 (diff) | |
download | FreeBSD-src-5626fd481181ced6989770f300f16d7f16366021.zip FreeBSD-src-5626fd481181ced6989770f300f16d7f16366021.tar.gz |
Revert r239049:
This is the way to assign a range, but not
a single IPv4 address.
PR: conf/167648
Approved by: cperciva (implicit)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index c03ecc3..1975cc7 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -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 |