netcfg: TESTING release 0.11
This commit is contained in:
parent
0691ca5a1e
commit
5e104e2644
2 changed files with 14 additions and 1 deletions
|
|
@ -0,0 +1,12 @@
|
|||
diff --git a/netplan-conf.c b/netplan-conf.c
|
||||
index 89968881..58cce9f9 100644
|
||||
--- a/netplan-conf.c
|
||||
+++ b/netplan-conf.c
|
||||
@@ -24,6 +24,7 @@ static void netplan_write_header(FILE *fd)
|
||||
fprintf(fd, "# For more information, see netplan(5).\n");
|
||||
fprintf(fd, "network:\n");
|
||||
fprintf(fd, " version: 2\n");
|
||||
+ fprintf(fd, " renderer: networkd\n");
|
||||
}
|
||||
|
||||
static void netplan_write_wireless(FILE *fd, const struct netcfg_interface *interface)
|
||||
Loading…
Add table
Add a link
Reference in a new issue