Fixed the config spec
This commit is contained in:
parent
c20e577f7c
commit
f69b586aa9
@ -415,7 +415,12 @@ class GlobalProtectConnection(
|
|||||||
name="login_target",
|
name="login_target",
|
||||||
signature="s",
|
signature="s",
|
||||||
description="What kind of connection to create (IPSec or SSL)",
|
description="What kind of connection to create (IPSec or SSL)",
|
||||||
choices=[ConnectionType.PORTAL, ConnectionType.GATEWAY],
|
choices=[
|
||||||
|
LoginTarget.PORTAL,
|
||||||
|
LoginTarget.GATEWAY,
|
||||||
|
LoginTarget.SSL,
|
||||||
|
LoginTarget.IPSEC,
|
||||||
|
],
|
||||||
),
|
),
|
||||||
ConfigSpec(
|
ConfigSpec(
|
||||||
name="spoof_clientos",
|
name="spoof_clientos",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user