mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] firewall:
- handle NAT reflection in firewall hotplug, solves synchronizing issues on boot - introduce masq_src and masq_dest options to limit zone masq to specific ip ranges, supports multiple subnets and negation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22888 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user