Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2010 19:55:07 +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:  <201001122000.o0CK0UDH010374@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-01-12 19:55:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    etc                  network.subr 
    etc/defaults         rc.conf 
    share/man/man5       rc.conf.5 
  Log:
  SVN rev 202167 on 2010-01-12 19:55:07Z 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.
  
  Revision   Changes    Path
  1.358.2.6  +2 -0      src/etc/defaults/rc.conf
  1.195.2.7  +52 -4     src/etc/network.subr
  1.360.2.5  +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?201001122000.o0CK0UDH010374>