No ECN support in Cisco mode
FossilOrigin-Name: 98bd151b54625fab8774ff13454d6182200c601482deb0d57fd3c131b83bd7bc
This commit is contained in:
parent
5ff2f9905f
commit
58e53b6c86
@ -76,7 +76,7 @@ static cw_action_out_t actions_out[]={
|
|||||||
/* use draft 7 elem ids */
|
/* use draft 7 elem ids */
|
||||||
.msg_id = CW_MSG_JOIN_REQUEST,
|
.msg_id = CW_MSG_JOIN_REQUEST,
|
||||||
.item_id = CW_ITEM_CAPWAP_LOCAL_IP_ADDRESS,
|
.item_id = CW_ITEM_CAPWAP_LOCAL_IP_ADDRESS,
|
||||||
.out = cw_out_capwap_local_ip_address,
|
.out = cw_out_capwap_local_ip_address_7,
|
||||||
.mand = 1
|
.mand = 1
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
@ -103,6 +103,19 @@ static cw_action_out_t actions_out[]={
|
|||||||
}
|
}
|
||||||
,
|
,
|
||||||
|
|
||||||
|
/* ECN Support - Join Request */
|
||||||
|
{
|
||||||
|
/* Cisco doesn't know ECN support, so we
|
||||||
|
defaine no output method */
|
||||||
|
.msg_id = CW_MSG_JOIN_REQUEST,
|
||||||
|
.elem_id = CW_ELEM_ECN_SUPPORT,
|
||||||
|
.item_id = CW_ITEM_ECN_SUPPORT,
|
||||||
|
.mand = 0
|
||||||
|
}
|
||||||
|
,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{0,0}
|
{0,0}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user