Skip to content

Commit

Permalink
[nes]: ETHERNET changes ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nes-repo committed Feb 3, 2015
1 parent d4684a2 commit 3ba3b3a
Show file tree
Hide file tree
Showing 5 changed files with 682 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ethernet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include ${MK_COMMON}

CFLAGS +=

SNMP_SRC := ieee8021BridgeMib.c ieee8021QBridgeMib.c
SNMP_SRC := neIeee8021BridgeMIB.c ieee8021BridgeMib.c ieee8021QBridgeMib.c
MODULE_SRC := ethernet_main.c ethernetUtils.c ${SNMP_SRC}

$(call MODULE_DEP,${MODULE_SRC},${CFLAGS},${INCLUDES})
Expand Down
2 changes: 2 additions & 0 deletions ethernet/ethernet_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# define __ETHERNET_MAIN_C__


#include "neIeee8021BridgeMIB_agent.h"
#include "ieee8021BridgeMib_agent.h"
#include "ieee8021QBridgeMib_agent.h"
#include "ethernetUtils.h"
Expand Down Expand Up @@ -52,6 +53,7 @@ ethernet_main (
{
ethernetUtilsInit ();

neIeee8021BridgeMIB_init ();
ieee8021BridgeMib_init ();
ieee8021QBridgeMib_init ();

Expand Down

0 comments on commit 3ba3b3a

Please sign in to comment.