projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
throttle outgoing LASTSEEN packets to at most one per second for a given seq#
[l2tpns.git]
/
etc
/
startup-config.default
diff --git
a/etc/startup-config.default
b/etc/startup-config.default
index
2e565b9
..
1646e4b
100644
(file)
--- a/
etc/startup-config.default
+++ b/
etc/startup-config.default
@@
-1,5
+1,6
@@
set debug 3
set log_file "/var/log/l2tpns"
set debug 3
set log_file "/var/log/l2tpns"
+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
@@
-9,9
+10,8
@@
set secondary_radius 1.2.3.7
set radius_accounting yes
set radius_secret "secret"
set bind_address 0.0.0.0
set radius_accounting yes
set radius_secret "secret"
set bind_address 0.0.0.0
-set cluster_master 0.0.0.0
set throttle_speed 64
set throttle_speed 64
-set accounting_dir "/var/run/l2tpns/acct
/
"
+set accounting_dir "/var/run/l2tpns/acct"
set setuid 0
set dump_speed no
load plugin "garden"
set setuid 0
set dump_speed no
load plugin "garden"