Page MenuHomeVyOS Platform

Unhandled exception on quit 'compare' conf-mode command output
Open, NormalPublicBUG

Description

vyos@vyos# load config.txt
Load complete. Use 'commit' to make changes effective.

vyos@vyos# compare
[interfaces ethernet eth0]
- address "dhcp"
+ address "10.0.0.2/24"
+ description "WAN-Kernel"
- hw-id "0c:a9:e0:b4:00:00"
- offload {
-     gro
- }
[interfaces ethernet eth1]
+ address "10.1.0.2/24"
+ description "WAN-VPP"
- hw-id "0c:a9:e0:b4:00:01"
- offload {
-     gro
- }
[interfaces ethernet eth2]
+ address "100.64.0.1/24"
+ description "LAN-Kernel"
- hw-id "0c:a9:e0:b4:00:02"
- offload {
-     gro
- }
[interfaces ethernet eth3]
+ address "100.64.1.1/24"
+ description "LAN-VPP"
- hw-id "0c:a9:e0:b4:00:03"
- offload {
-     gro
- }
[interfaces ethernet eth4]
Traceback (most recent call last):
  File "/usr/bin/config-mgmt", line 33, in <module>
    sys.exit(load_entry_point('vyos==1.3.0', 'console_scripts', 'config-mgmt')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/vyos/config_mgmt.py", line 882, in run
    print(res)
BrokenPipeError: [Errno 32] Broken pipe
[edit]

How to reproduce:

  1. Enter config mode
  2. Load attached config
  3. Compare
  4. Press 'q'

Details

Version
2026.01.19-0023-rolling
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)