Triggering if-up.d scripts changed completely without mention in documentation. For 23.10 scripts was triggered for each network interface separately. On boot it was with
* PHASE=post-up, IFACE=lo; * PHASE=post-up, IFACE=virbr0; * PHASE=post-up, IFACE=enx047bcb671ca9; * PHASE=post-up, IFACE=docker0; * PHASE=post-up, IFACE=wlp0s20f3 Later on connecting to openconnect/anyconnect it was triggered with * PHASE=post-up, IFACE=vpn0 After upgrade to 24.04 it is triggered on boot only with: * PHASE=post-up, IFACE=lo; * PHASE=post-up, IFACE=-all Nothing triggered after connecting to openconnect/anyconnect https://bugs.launchpad.net/openconnect/+bug/2064028 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in Ubuntu. https://bugs.launchpad.net/bugs/2064093 Title: if-up.d files do not have effect on ubuntu 24.04 LTS Status in ifupdown package in Ubuntu: New Status in network-manager package in Ubuntu: New Bug description: Some time ago I wrote a detailed answer to fix an error for lowering MTU size for a cisco-compatible VPN (here:https://unix.stackexchange.com/questions/768757/unable-to-ssh- into-remote-machine-but-able-to-ping-vpnc/768758#768758) 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? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/2064093/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp