Skip to content

Commit

Permalink
[nes]: BRIDGE changes + Adding MEF support ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nes-repo committed Nov 29, 2014
1 parent 0d2acd8 commit e31a4a3
Show file tree
Hide file tree
Showing 5 changed files with 7,936 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include ${MK_COMMON}

CFLAGS +=

SNMP_SRC := ieee8021PbMib.c ieee8021PbbMib.c ieee8021PbbTeMib.c
SNMP_SRC := ieee8021PbMib.c ieee8021PbbMib.c ieee8021PbbTeMib.c mefUniEvcMib.c
MODULE_SRC := bridge_main.c bridgeUtils.c ${SNMP_SRC}

$(call MODULE_DEP,${MODULE_SRC},${CFLAGS},${INCLUDES})
Expand Down
2 changes: 2 additions & 0 deletions bridge/bridge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "ieee8021PbMib_agent.h"
#include "ieee8021PbbMib_agent.h"
#include "ieee8021PbbTeMib_agent.h"
#include "mefUniEvcMib_agent.h"
#include "bridgeUtils.h"

#include "switch_ext.h"
Expand Down Expand Up @@ -56,6 +57,7 @@ bridge_main (
ieee8021PbMib_init ();
ieee8021PbbMib_init ();
ieee8021PbbTeMib_init ();
mefUniEvcMib_init ();

if (xThread_create (&oBridgeThread) == NULL)
{
Expand Down

0 comments on commit e31a4a3

Please sign in to comment.