1. 28 6月, 2012 2 次提交
  2. 25 6月, 2012 1 次提交
  3. 21 6月, 2012 13 次提交
  4. 19 6月, 2012 4 次提交
  5. 11 5月, 2012 3 次提交
  6. 18 4月, 2012 3 次提交
  7. 11 4月, 2012 2 次提交
    • S
      batman-adv: add basic bridge loop avoidance code · 23721387
      Simon Wunderlich 提交于
      This second version of the bridge loop avoidance for batman-adv
      avoids loops between the mesh and a backbone (usually a LAN).
      
      By connecting multiple batman-adv mesh nodes to the same ethernet
      segment a loop can be created when the soft-interface is bridged
      into that ethernet segment. A simple visualization of the loop
      involving the most common case - a LAN as ethernet segment:
      
      node1  <-- LAN  -->  node2
        |                   |
      wifi   <-- mesh -->  wifi
      
      Packets from the LAN (e.g. ARP broadcasts) will circle forever from
      node1 or node2 over the mesh back into the LAN.
      
      With this patch, batman recognizes backbone gateways, nodes which are
      part of the mesh and backbone/LAN at the same time. Each backbone
      gateway "claims" clients from within the mesh to handle them
      exclusively. By restricting that only responsible backbone gateways
      may handle their claimed clients traffic, loops are effectively
      avoided.
      Signed-off-by: NSimon Wunderlich <siwu@hrz.tu-chemnitz.de>
      Signed-off-by: NAntonio Quartulli <ordex@autistici.org>
      23721387
    • S
      batman-adv: remove old bridge loop avoidance code · a7f6ee94
      Simon Wunderlich 提交于
      The functionality is to be replaced by an improved implementation,
      so first clean up.
      Signed-off-by: NSimon Wunderlich <siwu@hrz.tu-chemnitz.de>
      Signed-off-by: NAntonio Quartulli <ordex@autistici.org>
      a7f6ee94
  8. 11 3月, 2012 1 次提交
  9. 17 2月, 2012 5 次提交
  10. 08 9月, 2011 1 次提交
  11. 22 8月, 2011 1 次提交
  12. 05 7月, 2011 1 次提交
  13. 20 6月, 2011 3 次提交