-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Under sdbus_block.networkmanager.settings.datatypes, the WireguardPeers.endpoint is defined as an integer instead of a string.
@dataclass
class WireguardPeers(NetworkManagerSettingsMixin):
...
endpoint: Optional[int] = field(
metadata={'dbus_name': 'endpoint', 'dbus_type': 's'},
default=None,
)
...
``Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels