add persistent-keepalive parameter to wireguard peers#80
Conversation
64879f6 to
34873e6
Compare
|
Hello @jrester Did you manually add that field or did you use generator in |
|
I generated new settings modules with the generator script, however it did not add the field to Should the generator also populate |
| metadata={'dbus_name': 'allowed-ips', 'dbus_type': 'as'}, | ||
| default=None, | ||
| ) | ||
| persistent_keepalive: Optional[str] = field( |
There was a problem hiding this comment.
I believe the D-Bus type should be u which means the Python type hint should be int not str.
|
I think I will release the 2.0.1 which will be backwards compatible with existing 2.0.0 version unlike current master branch. |
|
Great, thank you very much! |
NetworkManagersupports thepersistent-keepaliveparameter for wireguard peers. This MR adds this parameter for wireguard peers, so that one can read and modify thepersistent-keepaliveparameter.