DragonFly BSD
DragonFly commits List (threaded) for 2011-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Major bridging functionality added (bug fixes 5)


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 26 Mar 2011 19:20:08 -0700 (PDT)

commit 86989f4941adddefb5a5ae59b35cf288c7b5e23b
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sat Mar 26 19:17:55 2011 -0700

    kernel - Major bridging functionality added (bug fixes 5)
    
    * Consolidate the unicast target interface selection code into a single
      routine.
    
    * bridge_start() now calls the unicast target interface selection routine.
      Prior to this packets originated on the machine containing the bridge
      were not selecting the proper target interface when bonding was operational,
      and would also not select a backup interface if the learned target
      interface went offline.
    
    * Add some debug calls to mbuftrackid()

Summary of changes:
 sys/net/bridge/if_bridge.c |  393 ++++++++++++++++++++------------------------
 1 files changed, 179 insertions(+), 214 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/86989f4941adddefb5a5ae59b35cf288c7b5e23b


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]