kernel - Major bridging functionality added (bug fixes 5)
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 27 Mar 2011 02:17:55 +0000 (19:17 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 27 Mar 2011 02:17:55 +0000 (19:17 -0700)
commit86989f4941adddefb5a5ae59b35cf288c7b5e23b
tree0f787c84271b7255575c46570ae56edbd71f23b3
parent2a3275c2cb9a2282d6ca0f1e276d747653c0959f
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()
sys/net/bridge/if_bridge.c