ip adresse lists added

FossilOrigin-Name: bf409307ad51adc02fa76ebf20f686211e873d9e8969c0f964ec5fd9a3500c29
This commit is contained in:
7u83@maiol.ru
2016-11-07 06:28:36 +00:00
parent fd04a2e3c0
commit eab1867526
3 changed files with 39 additions and 1 deletions

View File

@ -279,6 +279,20 @@ static cw_action_in_t actions_in[] = {
.mand = 0
}
,
/* AC IPv4 List - Config Status Resp */
{
.capwap_state = CW_STATE_CONFIGURE,
.msg_id = CW_MSG_CONFIGURATION_STATUS_RESPONSE,
.elem_id = CW_ELEM_AC_IPV4_LIST,
.item_id = CW_ITEM_AC_IP_LIST,
.start = NULL,
.min_len = 4,
.max_len = 1024*4,
.mand = 0
}
,
/* Vendor Specific Payload - Cponfig Status Resp */
@ -289,6 +303,9 @@ static cw_action_in_t actions_in[] = {
.start = cw_in_vendor_specific_payload
}
,
/* ----------------------------------------------------------------
* Change State Event Response - IN

View File

@ -395,7 +395,7 @@ static cw_action_out_t actions_out[]={
.vendor_id = CW_VENDOR_ID_CISCO,
// .elem_id = CW_CISCO_AP_MODE_AND_TYPE,
.item_id = CISCO_ITEM_WTP_OPER_STATE,
.out = cisco_out_wtp_operational_state,
// .out = cisco_out_wtp_operational_state,
// .get = cw_out_get_outgoming,
}
,