FossilOrigin-Name: b6754678ab0cc13238110aa51cfba59b694c6966a84b8134930b6c9cbc419c24
This commit is contained in:
7u83@mail.ru
2016-02-29 06:52:52 +00:00
parent 6093824e74
commit a422ff6281
5 changed files with 39 additions and 18 deletions

View File

@ -142,7 +142,7 @@ static cw_action_out_t actions_out[]={
}
,
/* Discovery Response Elem AC_NAME */
/* Discovery Response Elem AC Name */
{
.msg_id = CW_MSG_DISCOVERY_RESPONSE,
.elem_id = CW_ELEM_AC_NAME,
@ -153,6 +153,18 @@ static cw_action_out_t actions_out[]={
}
,
/* List of CAPWAP Control IPv4 and IPv6 addresses */
{
.msg_id = CW_MSG_DISCOVERY_RESPONSE,
.item_id = CW_ITEM_CAPWAP_CONTROL_IP_ADDRESS_LIST,
.out = cw_out_capwap_control_ip_addr_list,
.get = cw_out_get_outgoing,
.mand = 1
}
,
{0,0}
};