mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
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>
This commit is contained in:
parent
207df49e75
commit
60cf7981b7
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user