Fix fips.yaml MTU indentation rewrite and restart diagnostics

This commit is contained in:
Laan Tungir
2026-05-03 10:28:44 -04:00
parent c074d8bcff
commit 9406fa8f17
+1 -1
View File
@@ -386,7 +386,7 @@ function indent_of(s, i,c) {
}
if (in_udp && line ~ /^[[:space:]]*mtu:[[:space:]]*[0-9]+([[:space:]]*#.*)?$/) {
sub(/mtu:[[:space:]]*[0-9]+/, "mtu: 1280", line)
line = sprintf("%*smtu: 1280", udp_indent + 2, "")
udp_has_mtu = 1
}