source: freewrt/package/nocatsplash/patches/openwrt-firewall.patch

freewrt_2_0
Last change on this file was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
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  
    2828
    2929# Load alllll the kernel modules we need.
    3030#
    31 rmmod ipchains > /dev/null 2>&1 # for RH 7.1 users.
    3231
    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
     32for module in ipt_TOS ipt_mac; do
     33    insmod $module
    3834done
    3935
    4036
Note: See TracBrowser for help on using the repository browser.