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:
Chih-Hsuan Yen 2022-09-08 13:44:54 +08:00 committed by GitHub
commit 946c48d148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "nmcli - honor IP options for VPNs (https://github.com/ansible-collections/community.general/pull/5228)."