Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2010 15:46:49 +0000 (UTC)
From:      Marko Zec <zec@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net if_vlan.c
Message-ID:  <201011261546.oAQFkwAf048329@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

zec         2010-11-26 15:46:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/net              if_vlan.c 
  Log:
  SVN rev 215871 on 2010-11-26 15:46:49Z by zec
  
  MFC r215726:
  
    Allow for vlan(4) ifnets to have overlapping unit numbers if they are
    created in separated vnets.  As a side-effect of having a separated
    if_cloner instance for each vnet, all vlan ifnets created in a vnet
    will be automatically destroyed when vnet teardown is initiated.
  
    Disallow SIOCSETVLAN and SIOCGETVLAN ioctls on vlan ifnets which are
    associated with physical ifnets residing in parent vnets.
  
    This is an interim vlan-specific solution which will be superseded by a
    more generic if_cloner V_irtualization change from p4.  For nooptions
    VIMAGE builds, this should be a no-op change.
  
    Discussed with:       bz
  
  Revision    Changes    Path
  1.139.2.10  +42 -0     src/sys/net/if_vlan.c



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