Page MenuHomeVyOS Platform

"show vpn ipsec sa" crashes
Closed, ResolvedPublic

Description

The above command consistently produces a Python error and traceback:

TUNNEL, dpdaction=restart
:Traceback (most recent call last):

File "/usr/libexec/vyos/op_mode/show_ipsec_sa.py", line 51, in <module>
  raise e
File "/usr/libexec/vyos/op_mode/show_ipsec_sa.py", line 45, in <module>
  bytes_in = hurry.filesize.size(bytes_in)
File "/usr/lib/python3/dist-packages/hurry/filesize/filesize.py", line 100, in size
  if bytes >= factor:

TypeError: unorderable types: NoneType() >= int()
Security Associations (1 up, 1 connecting):

Details

Difficulty level
Unknown (require assessment)
Version
1.2.0-rc10
Why the issue appeared?
Will be filled on close

Event Timeline

kenner triaged this task as Normal priority.
kenner created this object in space S1 VyOS Public.
Viacheslav claimed this task.