show interfaces wireguard wg0 summary Traceback (most recent call last): File "/usr/libexec/vyos/op_mode/interfaces_wireguard.py", line 48, in <module> res = vyos.opmode.run(sys.modules[__name__]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/vyos/opmode.py", line 312, in run res = func(**args) ^^^^^^^^^^^^ File "/usr/libexec/vyos/op_mode/interfaces_wireguard.py", line 35, in _wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/libexec/vyos/op_mode/interfaces_wireguard.py", line 43, in show_summary return intf.operational.show_interface() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/vyos/ifconfig/wireguard.py", line 121, in show_interface delta = timedelta( ^^^^^^^^^ NameError: name 'timedelta' is not defined
Description
Description
Details
Details
- Version
- VyOS 1.5-rolling-202503020018
- Is it a breaking change?
- Unspecified (possibly destroys the router)
- Issue type
- Bug (incorrect behavior)
Related Objects
Related Objects
- Mentioned Here
- T7123: show interfaces wireguard wg0 summary
Event Timeline
Comment Actions
Should be fixed in https://vyos.dev/T7123
And/Or https://github.com/vyos/vyos-1x/commit/23477683cea2777f570ac0d98098aa2c6f041661
Can you try the latest rolling?