Just upgrade from 1.3 LTS to 1.5-rolling-202408300023 on XCP-ng 8.2 with latest patches.
The sg offload setting seems fixed the drop packet issue.
set interfaces ethernet eth0 offload sg set interfaces ethernet eth1 offload sg ...
Just upgrade from 1.3 LTS to 1.5-rolling-202408300023 on XCP-ng 8.2 with latest patches.
The sg offload setting seems fixed the drop packet issue.
set interfaces ethernet eth0 offload sg set interfaces ethernet eth1 offload sg ...
The following simple commit will need to be backported to sagitta so that a PR for the above will backport cleanly:
https://github.com/vyos/vyos-1x/pull/4013
PR to follow smoketests and cosmetic changes:
https://github.com/vyos/vyos-1x/compare/current...jestabro:configdep-prio
A few immediate notes, before preparing the solution:
(1) this is independent of whether one is running under configd or not
(2) this is more easily triggered under 1.4/1.5, which has default ['system', 'conntrack', 'modules'] entries (fixed in current), though can be reproduced in current with the above and 'set ... conntrack modules ..'
(3) this was avoided in 1.4.0 by the global dependency pruning; that raised other serious issues, however (T6559), due to constraints of the legacy commit algorithm.
@natali-rs1985 thanks for testing!
Might be related patches (no idea if they have anything to do with the kernel panics seen in 6.6):
Second issue, above, is T6642.
@marekm Create please the PR to the correct repo https://github.com/accel-ppp/accel-ppp
It looks good.