Fixed wrong size of capwap control ipv6 address.

FossilOrigin-Name: 1f112ded36072405fee0e5c62ce189036f03679cee613dd23204686589f3a1ae
This commit is contained in:
7u83@mail.ru 2016-03-07 10:18:15 +00:00
parent b0dc7f0b61
commit e076870fdf
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ static cw_action_in_t actions_in[] = {
.elem_id = CW_ELEM_CAPWAP_CONTROL_IPV6_ADDRESS,
.item_id = CW_ITEM_CAPWAP_CONTROL_IP_ADDRESS_LIST,
.start = cw_in_capwap_control_ip_address, // Change to v6 handler
.min_len = 6,
.max_len = 6,
.min_len = 18,
.max_len = 18,
.mand = 1
}
,