Adding the possibility to listening multiple IP L2TP tunnels.
This commit is contained in:
parent
500bd3b1ae
commit
137bcc9981
13 changed files with 340 additions and 358 deletions
7
Makefile
7
Makefile
|
|
@ -26,7 +26,7 @@ INSTALL = install -c -D -o root -g root
|
|||
l2tpns.LIBS = -lm -lcli -ldl
|
||||
|
||||
OBJS = arp.o cli.o cluster.o constants.o control.o icmp.o l2tpns.o \
|
||||
ll.o md5.o ppp.o radius.o tbf.o util.o pppoe.o
|
||||
ll.o md5.o ppp.o radius.o tbf.o util.o pppoe.o l2tplac.o
|
||||
|
||||
PROGRAMS = l2tpns nsctl
|
||||
PLUGINS = autosnoop.so autothrottle.so garden.so sessionctl.so \
|
||||
|
|
@ -43,9 +43,6 @@ endif
|
|||
DEFINES += -DBGP
|
||||
OBJS += bgp.o
|
||||
|
||||
DEFINES += -DLAC
|
||||
OBJS += l2tplac.o
|
||||
|
||||
all: programs plugins
|
||||
programs: $(PROGRAMS)
|
||||
plugins: $(PLUGINS)
|
||||
|
|
@ -129,8 +126,8 @@ radius.o: radius.c md5.h constants.h l2tpns.h plugin.h util.h cluster.h \
|
|||
tbf.o: tbf.c l2tpns.h util.h tbf.h
|
||||
util.o: util.c l2tpns.h bgp.h
|
||||
pppoe.o: pppoe.c l2tpns.h cluster.h constants.h md5.h util.h
|
||||
bgp.o: bgp.c l2tpns.h bgp.h util.h
|
||||
l2tplac.o: l2tplac.c md5.h l2tpns.h util.h cluster.h l2tplac.h pppoe.h
|
||||
bgp.o: bgp.c l2tpns.h bgp.h util.h
|
||||
autosnoop.so: autosnoop.c l2tpns.h plugin.h
|
||||
autothrottle.so: autothrottle.c l2tpns.h plugin.h
|
||||
garden.so: garden.c l2tpns.h plugin.h control.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue