Introducing mavl and mbag.
FossilOrigin-Name: 383bc0c7d65716c38a10aea87ab94c240e581cd2193f55fdfcbe644ef3dec0ff
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
#include "action.h"
|
||||
#include "dbg.h"
|
||||
#include "itemstore.h"
|
||||
#include "mbag.h"
|
||||
#include "capwap.h"
|
||||
#include "capwap_cisco.h"
|
||||
|
||||
@ -30,8 +30,8 @@ int cw_in_cisco_image_identifier(struct conn *conn,struct cw_action_in * a,uint8
|
||||
dstart=0;
|
||||
}
|
||||
|
||||
// cw_itemstore_set(conn->remote,a->item_id,a->itemtype,data+dstart,len);
|
||||
cw_itemstore_set_vendorstr(conn->incomming,a->item_id,vendor_id,data+dstart,len);
|
||||
// mbag_set(conn->remote,a->item_id,a->itemtype,data+dstart,len);
|
||||
mbag_set_vendorstr(conn->incomming,a->item_id,vendor_id,data+dstart,len);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user