Date: Tue, 29 Dec 2009 21:03:36 +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/share/man/man5 rc.conf.5 Message-ID: <200912292104.nBTL4nfx049286@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-12-29 21:03:36 UTC
FreeBSD src repository
Modified files:
etc network.subr
etc/defaults rc.conf
share/man/man5 rc.conf.5
Log:
SVN rev 201215 on 2009-12-29 21:03:36Z by jhb
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.
Reviewed by: brooks
MFC after: 2 weeks
Revision Changes Path
1.365 +2 -0 src/etc/defaults/rc.conf
1.204 +48 -2 src/etc/network.subr
1.369 +47 -2 src/share/man/man5/rc.conf.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912292104.nBTL4nfx049286>
