Inital commit.
FossilOrigin-Name: d75cb1ce5121aed98afdd2dbd2548bea9c5875ddf5478776212db0f99da91b10
This commit is contained in:
12
src/capwap/cipwap_strings_elem.c
Normal file
12
src/capwap/cipwap_strings_elem.c
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
#include "capwap.h"
|
||||
#include "cipwap.h"
|
||||
|
||||
|
||||
struct cw_str cipwap_strings_elem[] = {
|
||||
|
||||
{CW_ELEM_WTP_IPV4_IP_ADDRESS, "WTP IPv4 IP Address"},
|
||||
{CW_ELEM_WTP_IPV6_IP_ADDRESS, "WTP IPv6 IP Address"},
|
||||
{0,"Unknown Element"}
|
||||
|
||||
};
|
Reference in New Issue
Block a user