]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
authorDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2014 03:19:09 +0000 (20:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2014 03:19:09 +0000 (20:19 -0700)
commit850717ef00d8a224cf1aaffc9c636ea67e01cce2
tree2d91a6c4503b9b0511e4ef0a2bbbc431b1db1927
parent10ec9472f05b45c94db3c854d22581a20b97db41
parent35df3b298fc8779f7edf4b0228c683f7e98edcd5
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge

Antonio Quartulli says:

====================
pull request [net]: batman-adv 20140721

here you have two fixes that we have been testing for quite some time
(this is why they arrived a bit late in the rc cycle).

Patch 1) ensures that BLA packets get dropped and not forwarded to the
mesh even if they reach batman-adv within QinQ frames. Forwarding them
into the mesh means messing up with the TT database of other nodes which
can generate all kind of unexpected behaviours during route computation.

Patch 2) avoids a couple of race conditions triggered upon fast VLAN
deletion-addition. Such race conditions are pretty dangerous because
they not only create inconsistencies in the TT database of the nodes
in the network, but such scenario is also unrecoverable (unless
nodes are rebooted).
====================

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