Date: Tue, 12 Jan 2010 20:06:04 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc network.subr src/etc/defaults rc.conf src/etc/rc.d netif src/share/man/man5 rc.conf.5 Message-ID: <201001122008.o0CK85Kq011897@repoman.freebsd.org>
index | next in thread | raw e-mail
jhb 2010-01-12 20:06:04 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
etc network.subr
etc/defaults rc.conf
etc/rc.d netif
share/man/man5 rc.conf.5
Log:
SVN rev 202169 on 2010-01-12 20:06:04Z by jhb
MFC 201215:
Add support for configuring vlan(4) interfaces as child devices similar to
wlan(4) interfaces. vlan(4) interfaces are listed via a new 'vlans_<IF>'
variable. If a vlan interface is a number, then that number is treated as
the vlan tag for the interface and the interface will be named '<IF>.<tag>'.
Otherwise, the vlan tag must be provided via a vlan parameter in a
'create_args_<vlan>' variable.
While I'm here, fix a few nits in rc.conf(5) and mention create_args_<IF> in
the description of cloned_interfaces.
The changes for 7.x are a bit larger as they introduce childif_create() and
childif_destroy() and move ifn_start() and ifn_stop() from rc.d/netif to
network.subr.
Revision Changes Path
1.318.2.22 +2 -0 src/etc/defaults/rc.conf
1.180.2.6 +106 -0 src/etc/network.subr
1.24.2.1 +0 -32 src/etc/rc.d/netif
1.327.2.15 +46 -1 src/share/man/man5/rc.conf.5
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001122008.o0CK85Kq011897>
