More documentation and Cisco support.

FossilOrigin-Name: 0a22e4c44b2df5712b2f8edaea0712fcc7fc0ca953e86179c0a653a484197a43
This commit is contained in:
7u83@mail.ru
2015-03-15 19:53:21 +00:00
parent 93ba625c7a
commit b5bacff6a3
32 changed files with 400 additions and 96 deletions

View File

@ -44,7 +44,7 @@ static int acinfo_readelem_discovery_resp(void * eparm,int type,uint8_t* msgelem
struct eparm *e = (struct eparm *) eparm;
if (acinfo_readelem_ac_descriptor(e->acinfo,type,msgelem,len))
if (cw_readelem_ac_descriptor(e->acinfo,type,msgelem,len))
goto foundX;
if (acinfo_readelem_ac_name(e->acinfo,type,msgelem,len))