Merge "Add aggressive negotiation mode for ikepolicy"
This commit is contained in:
commit
37b778fbc2
@ -121,9 +121,11 @@ VPN_SUPPORTED_AUTH_ALGORITHMS = [
|
|||||||
|
|
||||||
# VPN phase1 negotiation mode constants
|
# VPN phase1 negotiation mode constants
|
||||||
VPN_PHASE1_NEGOTIATION_MODE_MAIN = 'main'
|
VPN_PHASE1_NEGOTIATION_MODE_MAIN = 'main'
|
||||||
|
VPN_PHASE1_NEGOTIATION_MODE_AGGRESSIVE = 'aggressive'
|
||||||
|
|
||||||
VPN_SUPPORTED_PHASE1_NEGOTIATION_MODES = [
|
VPN_SUPPORTED_PHASE1_NEGOTIATION_MODES = [
|
||||||
VPN_PHASE1_NEGOTIATION_MODE_MAIN,
|
VPN_PHASE1_NEGOTIATION_MODE_MAIN,
|
||||||
|
VPN_PHASE1_NEGOTIATION_MODE_AGGRESSIVE,
|
||||||
]
|
]
|
||||||
|
|
||||||
# The alias of the extension.
|
# The alias of the extension.
|
||||||
|
Loading…
Reference in New Issue
Block a user