Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jan 2005 12:42:03 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if.c src/sys/netgraph ng_ether.c
Message-ID:  <200501081242.j08Cg3U4062786@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2005-01-08 12:42:03 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c 
    sys/netgraph         ng_ether.c 
  Log:
  This change adds reliability for Ethernet trunks built with ng_one2many:
  
  - Introduce another ng_ether(4) callback ng_ether_link_state_p, which
    is called from if_link_state_change(), every time link is changed.
  - In ng_ether_link_state() send netgraph control message notifying
    of link state change to a node connected to "lower" hook.
  
  Reviewed by:    sam
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.216     +6 -0      src/sys/net/if.c
  1.43      +31 -0     src/sys/netgraph/ng_ether.c



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