Improved handling of message elements parsed. Reduces the memory occupied but
it introduces a small overhead in retrieving of message elements parsed.
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
|
||||
#define CAPWAP_ELEMENT_DUPLICATEIPV4 21
|
||||
|
||||
#define CAPWAP_DUPLICATEIPv4_CLEARED 0
|
||||
#define CAPWAP_DUPLICATEIPv4_DETECTED 1
|
||||
|
||||
struct capwap_duplicateipv4_element {
|
||||
struct in_addr address;
|
||||
uint8_t status;
|
||||
|
Reference in New Issue
Block a user