Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2010 18:25:41 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net if.c if.h if_vlan.c
Message-ID:  <201001051826.o05IQ0As016586@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-01-05 18:25:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/net              if.c if.h if_vlan.c 
  Log:
  SVN rev 201597 on 2010-01-05 18:25:41Z by jhb
  
  MFC 201196:
  Change vlan interfaces to cope more usefully with the parent interface being
  renamed.  Previously the vlan interfaces would lose their configuration as if
  the parent interface had been physically removed.  Now vlan interfaces ignore
  rename events.
  - Add a new ifnet flag (IFF_RENAMING) that is set while an ifnet is being
    renamed.  This flag can be checked in ifnet departure/arrival event
    handlers to treat rename events differently.
  - Change the ifnet departure event handler in the if_vlan(4) driver to
    ignore departure events due to a trunk interface being renamed.
  
  Revision    Changes    Path
  1.359.2.10  +10 -0     src/sys/net/if.c
  1.120.2.2   +1 -0      src/sys/net/if.h
  1.139.2.4   +6 -1      src/sys/net/if_vlan.c



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