Changeset 1577

Show
Ignore:
Timestamp:
02/26/10 07:02:34 (5 months ago)
Author:
marek
Message:

batctl-0.2.x: fix incompatible batctl-0.2.x/batman-adv maint COMPAT_VERSION

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/batctl-0.2.x/packet.h

    r1545 r1577  
    2929 
    3030/* this file is included by batctl which needs these defines */ 
    31 #define COMPAT_VERSION 9 
     31#define COMPAT_VERSION 8 
    3232#define DIRECTLINK 0x40 
    3333#define VIS_SERVER 0x20 
     
    5454        uint8_t  ttl; 
    5555        uint8_t  num_hna; 
    56         uint8_t  gw_flags;  /* flags related to gateway class */ 
    57         uint8_t  align; 
    5856} __attribute__((packed)); 
    5957