Skip to content

Commit 60cf798

Browse files
Antonio Quartulliordex
authored andcommitted
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 <[email protected]> Signed-off-by: Marek Lindner <[email protected]> Signed-off-by: Martin Hundebøll <[email protected]> Signed-off-by: Antonio Quartulli <[email protected]>
1 parent 207df49 commit 60cf798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/batman-adv/packet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ enum batadv_subtype {
4848
};
4949

5050
/* this file is included by batctl which needs these defines */
51-
#define BATADV_COMPAT_VERSION 14
51+
#define BATADV_COMPAT_VERSION 15
5252

5353
enum batadv_iv_flags {
5454
BATADV_NOT_BEST_NEXT_HOP = BIT(3),

0 commit comments

Comments
 (0)