Friends,
I have download an iptables-1.2.5 packet, and want to "make" it to my
kernel-2.4.18. But failed, And the first step of the work "make pending-patches
KERNEL_DIR=/usr/src/linux" is failed. The system said:
==================================================
Already applied: submitted/2.4.4
submitted/TOS-oops-fix
submitted/conntrack-errormsg
submitted/ip6t_mac-fix-ipv6
submitted/ip6tables-export-symbols
submitted/ip_nat_irc-srcaddr-fix
Testing... ipchains-redirect-fix.patch NOT APPLIED (1 rejects out of 1 hunks)
The submitted/ipchains-redirect-fix patch:
Author: Rusty Russell <[EMAIL PROTECTED]>
Status: Submitted for kernel inclusion
This fixes a memory leak inside the ipchains backwards compatibility layer,
which mostly occurs in combination with the ipchains redirect support.
Do you want to apply this patch [N/y/t/f/q/?]
======================== End ======================
If I give y, the system said:
======================== Begain =======================
Testing patch submitted/ipchains-redirect-fix.patch...
Failed to patch copy of /usr/src/linux
TEST FAILED: patch NOT applied.
-----------------------------------------------------------------
Do you want to apply this patch [N/y/t/f/q/?]
======================== End ==========================
If I give 'f' here, the make is failed and break out.
Why? how Can I apply them, I just want to use the newnat and string match
of iptables-1.2.5.
Any advice is Welcom.
-----------
Auther Bin