EDIT: Ubuntu bug posted here
some time ago I wrote a detailed answer to fix an error for lowering MTU size for a cisco compatible VPN.
After upgrading to Ubuntu 24.04 LTS, I'm unable with the same steps to lower the MTU size.
In particular, if I run the following command from the terminal
sudo ifconfig your_tunnel_name mtu 1370 up
it seems to lower the MTU size.
However, the script under /etc/network/if-up.d is not automatically triggered.
Does something change with the newer Ubuntu version?