mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
conf: Explicitly add time unit to default value for options that accept them
This commit is contained in:
parent
af71f14ba3
commit
185b1376a3
@ -392,7 +392,7 @@ charon.retransmit_jitter = 0
|
||||
charon.retransmit_limit = 0
|
||||
Upper limit in seconds for calculated retransmission timeout (0 to disable).
|
||||
|
||||
charon.retry_initiate_interval = 0
|
||||
charon.retry_initiate_interval = 0s
|
||||
Interval in seconds to use when retrying to initiate an IKE_SA (e.g. if DNS
|
||||
resolution failed), 0 to disable retries.
|
||||
|
||||
|
@ -5,7 +5,7 @@ charon.plugins.eap-radius.accounting_close_on_timeout = yes
|
||||
Close the IKE_SA if there is a timeout during interim RADIUS accounting
|
||||
updates.
|
||||
|
||||
charon.plugins.eap-radius.accounting_interval = 0
|
||||
charon.plugins.eap-radius.accounting_interval = 0s
|
||||
Interval in seconds for interim RADIUS accounting updates, if not specified
|
||||
by the RADIUS server in the Access-Accept message.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user