Fixed the config spec

This commit is contained in:
Ezri Brimhall 2025-06-25 13:01:52 -06:00
parent c20e577f7c
commit f69b586aa9
Signed by: ezri
GPG Key ID: 058A78E5680C6F24

View File

@ -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",