Sparated Cisco items.
FossilOrigin-Name: 231ce4f57bb0b3995e8ef023b517f523cc975dc0e57901cd12ecd39ff3b14037
This commit is contained in:
parent
d5221321c1
commit
e3ba6898fd
@ -15,7 +15,8 @@ OBJS=\
|
||||
cisco_in_radio_administrative_state.o \
|
||||
cisco_in_spam_vendor_specific.o \
|
||||
cisco_in_telnet_ssh.o \
|
||||
cisco_out_radio_administrative_states.o
|
||||
cisco_out_radio_administrative_states.o \
|
||||
cisco_items.o
|
||||
|
||||
|
||||
|
||||
|
@ -33,6 +33,9 @@
|
||||
#include "mod_cisco.h"
|
||||
#include "cisco.h"
|
||||
|
||||
#include "cisco_items.h"
|
||||
|
||||
|
||||
static cw_action_in_t actions_in[] = {
|
||||
|
||||
|
||||
@ -401,12 +404,13 @@ int cisco_register_actions80211_ac(struct cw_actiondef *def)
|
||||
int rc;
|
||||
rc=0;
|
||||
rc = cw_actionlist_in_register_actions(def->in, actions80211_in);
|
||||
rc += cw_itemdefheap_register(def->items, cisco_itemdefs);
|
||||
|
||||
/* rc += cw_actionlist_out_register_actions(def->out, actions_out);
|
||||
|
||||
rc += cw_strheap_register_strings(def->strmsg, capwap_strings_msg);
|
||||
rc += cw_strheap_register_strings(def->strelem, cipwap_strings_elem);
|
||||
|
||||
rc += cw_itemdefheap_register(def->items, _capwap_itemdefs);
|
||||
rc += cw_itemdefheap_register(def->radioitems, capwap_radioitemdefs);
|
||||
|
||||
intavltree_add(def->wbids, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user