VyOS 1.5 lost PPPoE client CAKE QOS after reboot. System version is. Also tested the newest release.
vyos@vyos:~$ show version
Version: VyOS 1.5-rolling-202408060021
Release train: current
Release flavor: generic
Built by: autobuild@vyos.net
Built on: Tue 06 Aug 2024 02:50 UTC
Build UUID: 804c50de-8b8e-46d3-9c21-05fcb46600c6
Build commit ID: 4cec5e2d52ca57
Architecture: x86_64
Boot via: installed image
System type: KVM guest
Hardware vendor: QEMU
Hardware model: Standard PC (Q35 + ICH9, 2009)
Hardware S/N:
Hardware UUID: 336f64af-100d-498c-8892-05cac76cefd8
QOS configuration.
vyos@vyos# show qos
interface ifb0 {
egress DOWN
}
interface pppoe0 {
egress UP
}
policy {
cake DOWN {
bandwidth 50mbit
description Download
flow-isolation {
triple-isolate
}
rtt 100
}
cake UP {
bandwidth 10mbit
description Upload
flow-isolation {
triple-isolate
}
rtt 100
}
:...skipping...
interface ifb0 {
egress DOWN
}
interface pppoe0 {
egress UP
}
policy {
cake DOWN {
bandwidth 50mbit
description Download
flow-isolation {
triple-isolate
}
rtt 100
}
cake UP {
bandwidth 10mbit
description Upload
flow-isolation {
triple-isolate
}
rtt 100
}
}
I get such errors when entering config mode after reboot.
Last login: Wed Aug 7 00:58:56 2024 from 192.168.1.35
vyos@vyos:~$ config
WARNING: There was a config error on boot: saving the configuration now could overwrite data.
You may want to check and reload the boot config
[edit]
vyos@vyos# compare commands 0
delete qos interface ifb0 egress 'DOWN'
delete qos interface pppoe0 egress 'UP'
delete qos policy cake DOWN bandwidth '50mbit'
delete qos policy cake DOWN description 'Download'
delete qos policy cake DOWN flow-isolation triple-isolate
delete qos policy cake DOWN rtt '100'
delete qos policy cake UP bandwidth '10mbit'
delete qos policy cake UP description 'Upload'
delete qos policy cake UP flow-isolation triple-isolate
delete qos policy cake UP rtt '100'
[edit]
vyos@vyos#