From: Antonio Quartulli Date: Sat, 16 Nov 2013 11:03:48 +0000 (+0100) Subject: batman-adv: mark a local client as isolated when needed X-Git-Tag: v3.14-rc1~94^2~236^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9464d07188c5322957427a456d12d945370f7b29;p=pandora-kernel.git batman-adv: mark a local client as isolated when needed A client sending packets which mark matches the value configured via sysfs has to be identified as isolated using the TT_CLIENT_ISOLA flag. The match is mask based, meaning that only bits set in the mask are compared with those in the mark value. If the configured mask is equal to 0 no operation is performed. Such flag is then advertised within the classic client announcement mechanism. Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed