mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
nmcli: honor IP options for VPNs (#5228)
* nmcli: honor IP options for VPNs This can be used for split tunneling - I extended a test as an example. * Add changelog
This commit is contained in:
parent
015566fb06
commit
946c48d148
3 changed files with 18 additions and 0 deletions
|
@ -1730,6 +1730,7 @@ class Nmcli(object):
|
|||
'802-11-wireless',
|
||||
'gsm',
|
||||
'wireguard',
|
||||
'vpn',
|
||||
)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue