aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/packet.h
diff options
context:
space:
mode:
authorAntonio Quartulli <ordex@autistici.org>2013-04-20 09:59:13 -0400
committerAntonio Quartulli <antonio@meshcoding.com>2013-10-09 15:22:25 -0400
commit60cf7981b770e329a05734d1e6eb055f13219202 (patch)
tree65240ecf09fff7fd32c9b92b7596f3d0fa03bcb4 /net/batman-adv/packet.h
parent207df49e75a8fe3270bee79f22978b7af53fd797 (diff)
batman-adv: switch to a new packet compatibility version
With this change batman-adv is breaking compatibility with older versions and it is moving to compat-version 15. Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net/batman-adv/packet.h')
-rw-r--r--net/batman-adv/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/packet.h b/net/batman-adv/packet.h
index a51ccfc39da4..11a22c8c3cbb 100644
--- a/net/batman-adv/packet.h
+++ b/net/batman-adv/packet.h
@@ -48,7 +48,7 @@ enum batadv_subtype {
48}; 48};
49 49
50/* this file is included by batctl which needs these defines */ 50/* this file is included by batctl which needs these defines */
51#define BATADV_COMPAT_VERSION 14 51#define BATADV_COMPAT_VERSION 15
52 52
53enum batadv_iv_flags { 53enum batadv_iv_flags {
54 BATADV_NOT_BEST_NEXT_HOP = BIT(3), 54 BATADV_NOT_BEST_NEXT_HOP = BIT(3),