You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The only option that can currently be passed to the create_gw field is both, as per plugins/module_utils/openvpn_client.py:61:
Is your feature request related to a problem? Please describe.
The only option that can currently be passed to the
create_gw
field isboth
, as perplugins/module_utils/openvpn_client.py:61
:This populates the
create_gw
xml field:However, pfSense also supports "IPv4 Only" (
v4only
) and "IPv6 Only" (v6only
) values:Describe the solution you'd like
Expansion of the allowable values of
create_gw
to also includev4only
andv6only
:Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: