Added config etry to ac.conf for capwap_mode

FossilOrigin-Name: bdbad2d11f21777bf7abe717a506d94c875cfa61be73bd262416aab233dd8e07
This commit is contained in:
7u83@mail.ru
2015-04-26 13:12:44 +00:00
parent 9e93c33be4
commit 434305390b
4 changed files with 50 additions and 6 deletions

View File

@ -125,8 +125,9 @@ extern long conf_debug_level;
extern uint8_t conf_macaddress[12];
extern uint8_t conf_macaddress_len;
extern int conf_strict_capwap;
extern int conf_strict_headers;
extern long conf_strict_capwap;
extern long conf_strict_headers;
extern int conf_capwap_mode;
#endif