* Update cli callbacks to work with libcli 1.6.
This supports privileged and unprivileged commands, as well as a configuration mode * Add help for all cli commands * Add "show version" command * Fix uptime counter display * Fix nasty bug where cluster basetime can be set to 0 when sending initial heartbeat * Don't rmmod ip_conntrack, as this can take a lot of time * Re-order logging in routeset such that the action is given before any error * Use the correct gateway address when deleting routes * Remove any routes when address changes * Require authentication if telnet from remote ip * Require enable password always * Return error if show pool done on slave * We MUST immediately exit if we're the wrong master!
This commit is contained in:
parent
307a34d625
commit
eb3a6cd62d
18 changed files with 765 additions and 332 deletions
4
Makefile
4
Makefile
|
|
@ -72,7 +72,7 @@ install: all
|
|||
## Dependencies: (autogenerated) ##
|
||||
md5.o: md5.c md5.h
|
||||
icmp.o: icmp.c l2tpns.h config.h
|
||||
cli.o: cli.c l2tpns.h config.h util.h cluster.h tbf.h bgp.h
|
||||
cli.o: cli.c l2tpns.h config.h util.h cluster.h tbf.h ll.h bgp.h
|
||||
l2tpns.o: l2tpns.c md5.h l2tpns.h config.h cluster.h plugin.h ll.h \
|
||||
constants.h control.h util.h tbf.h bgp.h
|
||||
ppp.o: ppp.c l2tpns.h config.h constants.h plugin.h util.h tbf.h \
|
||||
|
|
@ -85,7 +85,7 @@ constants.o: constants.c constants.h
|
|||
ll.o: ll.c ll.h
|
||||
control.o: control.c control.h
|
||||
util.o: util.c l2tpns.h config.h
|
||||
tbf.o: tbf.c l2tpns.h config.h tbf.h
|
||||
tbf.o: tbf.c l2tpns.h config.h util.h tbf.h
|
||||
bgp.o: bgp.c l2tpns.h config.h bgp.h util.h
|
||||
garden.so: garden.c l2tpns.h config.h plugin.h control.h
|
||||
autothrottle.so: autothrottle.c l2tpns.h config.h plugin.h control.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue