Hi, I'm setting a static route via: univention-config-registry set interfaces/ens18/route/route1="net 10.128.0.0 netmask 255.255.0.0 gw 10.128.15.193" After the upgrade from 5.0 to 5.2.1 my static route is not applied. I see the entry in /etc/network/interfaces, but it's not working. I suspect it's because Debian 12 no longer installs the net-install package by default. If I change the command in /etc/network/interfaces from “up route add …” to “up ip route add …”, the static route is created again. Regards Markus
- The content of the UCR variables reflects the CLI interface of "route" which is incompatible with "ip route". Therefore we had to stick with the old "route" command and a dependency to "net-tools" has been added to univention-base-files. - MR has been merged - Package has been imported and built. Package: univention-base-files Version: 11.0.9-1 Branch: ucs_5.2-0-errata5.2-1 Scope: errata5.2-1 Package: ucs-test Version: 12.0.249-7 Branch: 5.2-0 Scope: errata5.2-1
- MR verified by fbest. - Jenkins test is green. → VERIFIED
OK: API change for switching route → ip route not possible OK: new dependency is successfully installed OK: test case works and is green in Jenkins OK: advisory description
<https://errata.software-univention.de/#/?erratum=5.2x51>