The compatibility version has to be updated as the OGM packet received a new field (gw_flags).
Reported-by: Russell Senior <[email protected]> Signed-off-by: Marek Lindner <[email protected]> --- batman-adv/packet.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/batman-adv/packet.h b/batman-adv/packet.h index 2284e81..b595bde 100644 --- a/batman-adv/packet.h +++ b/batman-adv/packet.h @@ -32,7 +32,7 @@ #define BAT_UNICAST_FRAG 0x06 /* this file is included by batctl which needs these defines */ -#define COMPAT_VERSION 12 +#define COMPAT_VERSION 14 #define DIRECTLINK 0x40 #define VIS_SERVER 0x20 #define PRIMARIES_FIRST_HOP 0x10 -- 1.7.2.3
