Those are additional daemon logs, like commands executed in the VPP
vyos@r14:~$ tail -f /var/lo local/ lock/ log/ vyos@r14:~$ tail -f /var/log/vpp.log
Those are additional daemon logs, like commands executed in the VPP
vyos@r14:~$ tail -f /var/lo local/ lock/ log/ vyos@r14:~$ tail -f /var/log/vpp.log
vyos@r14:~$ reset ip bgp all sudo: /usr/libexec/vyos/op_mode/reset_bgp.py: command not found vyos@r14:~$ vyos@r14:~$ show ver Version: VyOS 2025.09.17-0018-rolling Release train: current Release flavor: generic
set vpp settings memory default-hugepage-size 1G
@mykola2312 do you want to claim the task?
Disable-accounting in the current implementation affects only this config https://github.com/vyos/vyos-1x/blob/69d0a7499f4990c33c8d186763288dae7d2756a6/data/templates/ipsec/charon/eap-radius.conf.j2#L105-L107
@a.kudientsov could you confirm and close the task?
@a.kudientsov could you confirm and close the task?
@hedrok could you re-check and mark as solved if all work as expected?
The lease still cannot be cleared T7823
vyos@r14:~$ show dhcp server leases IP Address MAC address State Lease start Lease expiration Remaining Pool Hostname Origin ------------ ----------------- ------- ------------------------- ------------------------- ----------- ------ ---------- -------- 100.64.2.10 52:54:00:96:17:74 active 2025-09-15 10:47:13+00:00 2025-09-16 10:47:13+00:00 23:57:02 LANv42 r15 local 100.64.2.11 52:54:00:09:0b:01 active 2025-09-15 10:47:28+00:00 2025-09-16 10:47:28+00:00 23:57:17 LANv42 r15 local vyos@r14:~$ vyos@r14:~$ vyos@r14:~$ clear dhcp-server lease 100.64.2.10 Failed to clear lease for "100.64.2.10" vyos@r14:~$ vyos@r14:~$ clear dhcp-server lease 100.64.2.11 Failed to clear lease for "100.64.2.11" vyos@r14:~$ vyos@r14:~$ vyos@r14:~$ show dhcp server leases IP Address MAC address State Lease start Lease expiration Remaining Pool Hostname Origin ------------ ----------------- ------- ------------------------- ------------------------- ----------- ------ ---------- -------- 100.64.2.10 52:54:00:96:17:74 active 2025-09-15 10:47:13+00:00 2025-09-16 10:47:13+00:00 23:56:52 LANv42 r15 local 100.64.2.11 52:54:00:09:0b:01 active 2025-09-15 10:47:28+00:00 2025-09-16 10:47:28+00:00 23:57:07 LANv42 r15 local vyos@r14:~$
DHCP-server starts 2 processes when only the VRF is configured T7822
One process with under VRF context and another without VRF, but the file is the same. Looks like a bug.
Check:
Do you see logs while doing sudo journalctl -f ?
We do not handle/process the /var/log/vpp.log at least by our scripts/configs.