projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
clear cluster_master on election so that slaves will accept a new master
[l2tpns.git]
/
etc
/
startup-config.default
diff --git
a/etc/startup-config.default
b/etc/startup-config.default
index
1646e4b
..
a182c17
100644
(file)
--- a/
etc/startup-config.default
+++ b/
etc/startup-config.default
@@
-4,7
+4,6
@@
set pid_file "/var/run/l2tpns.pid"
set l2tp_secret "secret"
set primary_dns 1.2.3.4
set secondary_dns 1.2.3.5
set l2tp_secret "secret"
set primary_dns 1.2.3.4
set secondary_dns 1.2.3.5
-set save_state yes
set primary_radius 1.2.3.6
set secondary_radius 1.2.3.7
set radius_accounting yes
set primary_radius 1.2.3.6
set secondary_radius 1.2.3.7
set radius_accounting yes
@@
-14,8
+13,9
@@
set throttle_speed 64
set accounting_dir "/var/run/l2tpns/acct"
set setuid 0
set dump_speed no
set accounting_dir "/var/run/l2tpns/acct"
set setuid 0
set dump_speed no
-load plugin "
garden
"
+load plugin "
sessionctl
"
load plugin "throttlectl"
load plugin "autothrottle"
load plugin "snoopctl"
load plugin "autosnoop"
load plugin "throttlectl"
load plugin "autothrottle"
load plugin "snoopctl"
load plugin "autosnoop"
+load plugin "garden"