firewall: - handle NAT reflection in firewall hotplug, solves synchronizing issues...
[openwrt/openwrt.git] / package / firewall / files / lib / core_init.sh
index 72cef2f8cc98bdb8d4b38e49f0f040622f59bffb..bce94afe0258f5d8fd96e8952004290e7567734d 100644 (file)
@@ -142,6 +142,8 @@ fw_config_get_zone() {
                string output "$FW_DEFAULT_OUTPUT_POLICY" \
                string forward "$FW_DEFAULT_FORWARD_POLICY" \
                boolean masq 0 \
+               string masq_src "" \
+               string masq_dest "" \
                boolean conntrack 0 \
                boolean mtu_fix 0 \
                boolean custom_chains "$FW_ADD_CUSTOM_CHAINS" \