1. 11 4月, 2012 3 次提交
  2. 11 3月, 2012 1 次提交
  3. 28 2月, 2012 1 次提交
  4. 17 2月, 2012 9 次提交
  5. 17 12月, 2011 1 次提交
  6. 07 12月, 2011 2 次提交
    • A
      batman-adv: delete global entry in case of roaming · 797399b4
      Antonio Quartulli 提交于
      When receiving a DEL change for a client due to a roaming event (change is
      marked with TT_CLIENT_ROAM), each node  has to check if the client roamed
      to itself or somewhere else.
      
      In the latter case the global entry is kept to avoid having no route at all
      otherwise we can safely delete the global entry
      Signed-off-by: NAntonio Quartulli <ordex@autistici.org>
      797399b4
    • A
      batman-adv: in case of roaming mark the client with TT_CLIENT_ROAM · 03fc3070
      Antonio Quartulli 提交于
      In case of a client roaming from node A to node B, the latter have to mark the
      corresponding global entry with TT_CLIENT_ROAM (instead of TT_CLIENT_PENDING).
      
      Marking a global entry with TT_CLIENT_PENDING will end up in keeping such entry
      forever (because this flag is only meant to be used with local entries and it is
      never checked on global ones).
      
      In the worst case (all the clients roaming to the same node A) the local and the
      global table will contain exactly the same clients. Batman-adv will continue to
      work, but the memory usage is duplicated.
      Signed-off-by: NAntonio Quartulli <ordex@autistici.org>
      03fc3070
  7. 20 11月, 2011 7 次提交
  8. 25 10月, 2011 2 次提交
  9. 19 10月, 2011 2 次提交
  10. 22 8月, 2011 6 次提交
  11. 08 7月, 2011 2 次提交
  12. 05 7月, 2011 2 次提交
  13. 20 6月, 2011 2 次提交