Merge pull request #1263 from BastilleBSD/tschettervictor-patch-1

This commit is contained in:
tschettervictor
2025-10-08 20:47:50 -06:00
committed by GitHub

View File

@@ -240,7 +240,7 @@ load_rdr_log_rule() {
}
# Handle options.
RDR_IF="$(grep "^[[:space:]]*${bastille_network_pf_ext_if}[[:space:]]*=" ${bastille_pf_conf} | awk -F'"' '{print $2}')"
RDR_IF="$(grep "^[[:space:]]*${bastille_network_pf_ext_if}[[:space:]]*=" ${bastille_pf_conf} | awk -F'"' '{print $2}' | sed -e 's/{ //' -e 's/ }//')"
RDR_SRC="any"
RDR_DST="any"
RDR_INET="dual"