nmcli: honor IP options for VPNs (#5228) (#5252)

* nmcli: honor IP options for VPNs

This can be used for split tunneling - I extended a test as an example.

* Add changelog

(cherry picked from commit 946c48d148)

Co-authored-by: Chih-Hsuan Yen <yan12125@gmail.com>
This commit is contained in:
patchback[bot] 2022-09-08 07:53:36 +02:00 committed by GitHub
parent 005db8177e
commit 173c8b1dfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View file

@ -1737,6 +1737,7 @@ class Nmcli(object):
'802-11-wireless',
'gsm',
'wireguard',
'vpn',
)
@property