Added capwap mode variable.

FossilOrigin-Name: ea8aa64359e6d032cae24aab80cf7ee45488daddb091455323cf9e86605f115e
This commit is contained in:
7u83@mail.ru 2015-01-04 22:08:52 +00:00
parent f217cd8f1f
commit 1c2e5d3061
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ struct conn{
/* used to link the conn obj with other objects */
void * data;
/* misc */
int capwap_mode;
int strict_capwap;