Fix fips.yaml MTU indentation rewrite and restart diagnostics
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user