Page MenuHomeVyOS Platform

Broken pipe in show interfaces
Closed, ResolvedPublicBUG

Description

On dummy dum0 1000+ ip addresses.
If we trying to show interfaces in op-mode and press "q" it gets "broken pipe"

                 10.2.7.1/24                            
                 10.3.7.1/24                            
                 10.4.7.1/24                            
Traceback (most recent call last):
  File "/usr/libexec/vyos/op_mode/show_interfaces.py", line 304, in <module>
    args.vrrp
  File "/usr/libexec/vyos/op_mode/show_interfaces.py", line 233, in run_show_intf_brief
    print(format1 % (i, a, '/'.join(s+l), d))
BrokenPipeError: [Errno 32] Broken pipe

Details

Difficulty level
Unknown (require assessment)
Version
VyOS 1.3-rolling-202012030217
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)