VyOS 1.4.3
Doing a "show firewall summary" and then quitting before all output is displayed results in a broken pipe message:
tim@ferrari:~$ show firewall summary 10:17:37 [9/4823] Ruleset Summary IPv6 Ruleset: Ruleset Hook Ruleset Priority Description -------------- ------------------ ------------------------------------------------------ forward filter Filter IPv6 packets being forwarded through the router input filter name v6-local-in IPv6 Local Traffic to Ferrari name v6-wan-in IPv6 WAN In Firewall IPv4 Ruleset: <snip snip data removed> :
If I press "q" at the ":" prompt the following appears:
Traceback (most recent call last):
File "/usr/libexec/vyos/op_mode/firewall.py", line 660, in <module>
show_summary()
File "/usr/libexec/vyos/op_mode/firewall.py", line 616, in show_summary
show_firewall_group()
File "/usr/libexec/vyos/op_mode/firewall.py", line 570, in show_firewall_group
print(tabulate.tabulate(rows, header))
BrokenPipeError: [Errno 32] Broken pipeThis is a cosmetic bug only.