source bastille_network_pf_ext_if from bastille config when loading rdr rule

This commit is contained in:
veg
2025-05-30 11:24:54 +02:00
parent 5badb4a7e6
commit c4acdc13e5

View File

@@ -159,7 +159,7 @@ load_rdr_rule() {
local inet="${1}"
local if_name="${2}"
local if=ext_if=\"${2}\"
local if="${bastille_network_pf_ext_if}"=\"${2}\"
local src="${3}"
local dst="${4}"
local proto="${5}"
@@ -414,4 +414,4 @@ while [ "$#" -gt 0 ]; do
fi
;;
esac
done
done