Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Nov 2012 18:38:12 +0000 (13:38 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Nov 2012 18:38:12 +0000 (13:38 -0500)
commit2a95388353b74a70b9c43c55a781faa92e1a14f1
treeb1903abf4fe0fd85775a4e3ee2f14623df900f0c
parent976a702ac9eeacea09e588456ab165dc06f9ee83
parent74490f969155caf1ec945ad2d35d3a8eec6be71d
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge

Included fixes are:
- update the client entry status flags when using the "early client
  detection". This makes the Distributed AP isolation correctly work;
- transfer the client entry status flags when recovering the translation
  table from another node. This makes the Distributed AP isolation correctly
  work;
- prevent the "early client detection mechanism" to add clients belonging to
  other backbone nodes in the same LAN. This breaks connectivity when using this
  mechanism together with the Bridge Loop Avoidance
- process broadcast packets with the Bridge Loop Avoidance before any other
  component. BLA can possibly drop the packets based on the source address. This
  makes the "early client detection mechanism" correctly work when used with
  BLA.

Signed-off-by: David S. Miller <davem@davemloft.net>