From: Antonio Quartulli Date: Sat, 16 Nov 2013 11:03:52 +0000 (+0100) Subject: batman-adv: set the isolation mark in the skb if needed X-Git-Tag: v3.14-rc1~94^2~236^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42cb0bef0176572e2e826b49d697c653eedd7fce;p=pandora-kernel.git 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 Signed-off-by: Marek Lindner --- Reading git-diff-tree failed