X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fnocatsplash%2Fpatches%2F001-openwrt_firewall.patch;h=a6f7129bed28d81f5570fc018c79c8172d7b8afc;hp=055b57f24df0aaf495f314294fd8e655322a0188;hb=17e4d48f59e5e594602e79f93e2fe5f3a2238f50;hpb=322e0a662a6d609e5389b782be948fef7064579b diff --git a/net/nocatsplash/patches/001-openwrt_firewall.patch b/net/nocatsplash/patches/001-openwrt_firewall.patch index 055b57f24d..a6f7129bed 100644 --- a/net/nocatsplash/patches/001-openwrt_firewall.patch +++ b/net/nocatsplash/patches/001-openwrt_firewall.patch @@ -12,7 +12,7 @@ diff -urN NoCatSplash-0.92.old/libexec/iptables/initialize.fw NoCatSplash-0.92/l - ip_conntrack ipt_mac ipt_state ipt_mark; do - - modprobe $module -+for module in ipt_TOS ipt_mac; do ++for module in ipt_TOS ipt_mac ipt_REDIRECT; do + insmod $module done