Skip to content

Commit

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

CFLAGS +=

SNMP_SRC := mplsLsrStdMIB.c mplsTeStdMIB.c
SNMP_SRC := neMplsLsrMIB.c mplsLsrStdMIB.c mplsTeStdMIB.c
MODULE_SRC := mpls_main.c mplsUtils.c ${SNMP_SRC}

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


#include "neMplsLsrMIB_agent.h"
#include "mplsLsrStdMIB_agent.h"
#include "mplsTeStdMIB_agent.h"
#include "mplsUtils.h"
Expand All @@ -48,6 +49,7 @@ mpls_main (void *pvArgv)
{
mplsUtilsInit ();

neMplsLsrMIB_init ();
mplsLsrStdMIB_init ();
mplsTeStdMIB_init ();

Expand Down

0 comments on commit 483275c

Please sign in to comment.