- Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello! I need to add PPP Connection type to sdbus_async/networkmanager/enums.py
It is a pptp vpn by network-manager-pptp
Type: Ppp Name: ppp0 Address: 10.0.0.11/32 DNS: 10.0.0.10 DNS: 8.8.8.8 Traceback (most recent call last): File "/tmp/pycharm_project_872/network_manager_device_info.py", line 110, in <module> asyncio.run(list_networkdevice_details_async()) File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete return future.result() File "/tmp/pycharm_project_872/network_manager_device_info.py", line 101, in list_networkdevice_details_async connection_id = await get_most_recent_connection_id(dev_name, dev_type) File "/tmp/pycharm_project_872/network_manager_device_info.py", line 39, in get_most_recent_connection_id if connection.connection_type != getattr(ConnectionType, dev_type): File "/usr/lib/python3.10/enum.py", line 437, in __getattr__ raise AttributeError(name) from None AttributeError: PPP Thank you for excellent library!
Metadata
Metadata
Assignees
Labels
No labels