]> Pileus Git - ~andy/linux/commitdiff
batman-adv: switch to a new packet compatibility version
authorAntonio Quartulli <ordex@autistici.org>
Sat, 20 Apr 2013 13:59:13 +0000 (15:59 +0200)
committerAntonio Quartulli <antonio@meshcoding.com>
Wed, 9 Oct 2013 19:22:25 +0000 (21:22 +0200)
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>
net/batman-adv/packet.h

index a51ccfc39da4144fa2ccee27b0e0afca741034dd..11a22c8c3cbba8e18a41b99065c81eebdb5a0368 100644 (file)
@@ -48,7 +48,7 @@ enum batadv_subtype {
 };
 
 /* this file is included by batctl which needs these defines */
-#define BATADV_COMPAT_VERSION 14
+#define BATADV_COMPAT_VERSION 15
 
 enum batadv_iv_flags {
        BATADV_NOT_BEST_NEXT_HOP   = BIT(3),