Skip to content

Commit

Permalink
batman-adv: switch to a new packet compatibility version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Antonio Quartulli authored and Antonio Quartulli committed Oct 9, 2013
1 parent 207df49 commit 60cf798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/batman-adv/packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 60cf798

Please sign in to comment.