We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba06ef5 commit c97c476Copy full SHA for c97c476
src/networkd.c
@@ -922,7 +922,7 @@ netplan_netdef_write_network_file(
922
}
923
924
if (def->critical)
925
- g_string_append_printf(network, "CriticalConnection=true\n");
+ g_string_append_printf(network, "KeepConfiguration=true\n");
926
927
if (def->dhcp4 || def->dhcp6) {
928
if (def->dhcp_identifier)
tests/generator/test_common.py
@@ -482,7 +482,7 @@ def test_dhcp_critical_true(self):
482
LinkLocalAddressing=ipv6
483
484
[DHCP]
485
-CriticalConnection=true
+KeepConfiguration=true
486
'''})
487
488
def test_dhcp_identifier_mac(self):
0 commit comments