Add route_protocol option
To be able to distinguish routes from several running l2tpns instances.
This commit is contained in:
parent
44b01d70c6
commit
b793850d2f
5 changed files with 37 additions and 18 deletions
|
|
@ -122,6 +122,9 @@ set cli_bind_address 127.0.0.1
|
|||
#set nexthop 10.0.1.1
|
||||
#set nexthop6 2001:db8::1
|
||||
|
||||
# Route protocol number to use
|
||||
#set route_protocol 42
|
||||
|
||||
# Time between last packet sent and LCP ECHO generation (default 10 seconds)
|
||||
#set echo_timeout 10
|
||||
# Drop sessions who have not responded within idle_echo_timeout seconds (default 240 seconds)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue