Reading of mtu discovery msgelem.

FossilOrigin-Name: 0814d4a3e43bb4adc1448b3afcfd5d6c51d4e11d6c1f758d367ed8a2f3cb4bd3
This commit is contained in:
7u83@mail.ru
2014-08-25 22:11:20 +00:00
parent ca69e4425a
commit 09c1e6453b
3 changed files with 46 additions and 0 deletions

View File

@ -61,6 +61,11 @@ static int wtpinfo_readelem_discovery_req(void *eparm, int type,
(e->wtpinfo, type, msgelem, len))
goto foundX;
/* non-mandatory mesage lements */
if (cw_readelem_mtu_discovery_padding(type,msgelem,len))
return 1;
return 0;
foundX:
cw_mand_elem_found(e->mand, type);