source:
freewrt/package/nocatsplash/patches/openwrt-firewall.patch
| Last change on this file was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 702 bytes | |
-
libexec/iptables/initialize.fw
diff -urN NoCatSplash-0.92.old/libexec/iptables/initialize.fw NoCatSplash-0.92/libexec/iptables/initialize.fw
old new 28 28 29 29 # Load alllll the kernel modules we need. 30 30 # 31 rmmod ipchains > /dev/null 2>&1 # for RH 7.1 users.32 31 33 for module in ip_tables ipt_REDIRECT ipt_MASQUERADE ipt_MARK ipt_REJECT \ 34 ipt_TOS ipt_LOG iptable_mangle iptable_filter iptable_nat ip_nat_ftp \ 35 ip_conntrack ipt_mac ipt_state ipt_mark; do 36 37 modprobe $module 32 for module in ipt_TOS ipt_mac; do 33 insmod $module 38 34 done 39 35 40 36
Note:
See TracBrowser
for help on using the repository browser.
