> > -#define BAT_PACKET 0x01
> > -#define BAT_ICMP 0x02
> > -#define BAT_UNICAST 0x03
> > -#define BAT_BCAST 0x04
> > -#define BAT_VIS 0x05
> > -#define BAT_UNICAST_FRAG 0x06
> > +#define BAT_PACKET_NDP 0x01
> > +#define BAT_PACKET_OGM 0x02
> > +#define BAT_ICMP 0x03
> > +#define BAT_UNICAST 0x04
> > +#define BAT_BCAST 0x05
> > +#define BAT_VIS 0x06
> > +#define BAT_UNICAST_FRAG 0x07
>
> Although I like this reordering (I would like to see BAT_UNICAST followed by
> BAT_UNICAST_FRAG) I think we can't easily touch this without annoying the
> wireshark folks. Maybe we don't care because they hate us already ?
It will also be interesting to see what David Miller says the first
time you increment the version number, or make some other backward
incompatible change.
Andrew