commit | 42cb0bef0176572e2e826b49d697c653eedd7fce | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <antonio@open-mesh.com> | Sat Nov 16 12:03:52 2013 +0100 |
committer | Antonio Quartulli <antonio@meshcoding.com> | Wed Jan 08 20:49:46 2014 +0100 |
tree | c21910441be29c1f17325e577dbb60719c0fe1a7 | |
parent | eceb22ae0bdcb49daff9989f91fb3388fa501a69 [diff] |
batman-adv: set the isolation mark in the skb if needed If a broadcast packet is coming from a client marked as isolated, then mark the skb using the isolation mark so that netfilter (or any other application) can recognise them. The mark is written in the skb based on the mask value: only bits set in the mask are substitued by those in the mark value Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>