add Multilink support from Khaled Al Hamwi
This commit is contained in:
parent
57a847d9a3
commit
5faf075c8d
13 changed files with 1021 additions and 97 deletions
|
|
@ -41,6 +41,9 @@ set radius_secret "secret"
|
|||
# Allow multiple logins for the same username
|
||||
#set allow_duplicate_users no
|
||||
|
||||
# Allow multiple logins for specific username
|
||||
#set guest_account ""
|
||||
|
||||
# Write usage accounting files into specified directory
|
||||
set accounting_dir "/var/run/l2tpns/acct"
|
||||
|
||||
|
|
@ -96,6 +99,9 @@ set accounting_dir "/var/run/l2tpns/acct"
|
|||
# Minimum number of slaves before master withdraws routes
|
||||
#set cluster_master_min_adv 1
|
||||
|
||||
# IPv6 address prefix
|
||||
#set ipv6_prefix ::
|
||||
|
||||
# Drop/kill sessions
|
||||
#load plugin "sessionctl"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue