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:
- Enter config mode
- Load attached config
- Compare
- Press 'q'