Hello,
From the logs:
2023-08-21T15:19:26+02:00 lgr5g mwan3-hotplug[9728]: hotplug called on mob1s1a1_6 before mwan3 has been set up
The same is true for all other interfaces. The test comes from /etc/hotplug.d/iface/15-mwan3:
$IPT4 -S mwan3_hook &>/dev/null || {
LOG warn "hotplug called on $INTERFACE before mwan3 has been set up"
exit 0
}
Except when an mss clamping is active in the firewall rules the mangle table is just empty there is no mwan3_hook anywhere so the script returns prematurely.
nft list tables / rulesets doesn’t contain anything relevant either.
May I have missed something ?
Regards,