Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2011 14:10:33 +0000 (UTC)
From:      Marko Zec <zec@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netgraph ng_eiface.c
Message-ID:  <201105241410.p4OEAhpc025204@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
zec         2011-05-24 14:10:33 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_eiface.c 
  Log:
  SVN rev 222255 on 2011-05-24 14:10:33Z by zec
  
  Provide fake link status information in an attempt to let ng_eiface(4)
  virtual ifnets more realistically mimic physical ethernet interfaces.
  The main motivation behind this change is to allow for ng_eiface(4)
  interfaces to participate in STP if_bridge(4) configurations.
  
  When announcing link status changes, switch to the vnet to which the
  ifnet belongs, since it is possible for ng_eiface ifnets to be assigned
  to a vnet different from the one in which its netgraph node resides.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.62      +70 -1     src/sys/netgraph/ng_eiface.c



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