File fallback-NM.patch of Package netplan
diff -rub netplan-1.1/src/parse.c netplan-1.1-patched/src/parse.c
--- netplan-1.1/src/parse.c 2024-08-14 12:40:21.000000000 +0200
+++ netplan-1.1-patched/src/parse.c 2024-09-19 01:13:13.454796532 +0200
@@ -1090,7 +1090,7 @@
/* networkd can handle all device types at the moment, so nothing
* type-specific */
- return NETPLAN_BACKEND_NETWORKD;
+ return NETPLAN_BACKEND_NM;
}
STATIC gboolean