The interval in an AODV HELLO extension is not aligned on a 4-byte boundary.

This commit is contained in:
Guy Harris 2014-01-19 19:19:22 -08:00
parent a38ed223db
commit b1d9eef28d

5
aodv.h
View File

@ -161,8 +161,9 @@ struct aodv_ext {
struct aodv_hello {
struct aodv_ext eh; /* extension header */
u_int32_t interval; /* expect my next hello in
* (n) ms */
u_int8_t interval[4]; /* expect my next hello in
* (n) ms
* NOTE: this is not aligned */
};
#define AODV_EXT_HELLO 1