• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..02-Mar-201231

base/H12-Nov-2010116

broken/H12-Nov-201015

DESCRIPTIONH A D22-Mar-201070

extra/H12-Nov-2010125

isappliedH A D22-Mar-20101.4 KiB

NEWPATCHESH A D22-Mar-20102.8 KiB

not-accepted/H12-Nov-20106

obsolete/H12-Nov-20109

oldnat/H12-Nov-201065

optimizations/H12-Nov-20107

pending/H12-Nov-201014

pom2patchH A D22-Mar-2010901

READMEH A D22-Mar-20102 KiB

runmeH A D22-Mar-201022.1 KiB

submitted/H12-Nov-201012

SUITEH A D22-Mar-201036

userspace/H12-Nov-201025

README

1IMPORTANT NOTE: This version _only_ supports kernel >= 2.4.18
2
3README:
4   This is the patch-o-matic distribution by the netfilter project
5   (http://www.netfilter.org/)
6
7   As of iptables-1.2.7, patch-o-matic is distributed as a seperate
8   package, available from ftp://ftp.netfilter.org/pub/patch-o-matic.
9
10================================================================
11
12FOLLOW THESE STEPS:
13
140) There may be some outstanding bugfixes or tweaks which are not yet
15   in the official kernel.  To look through these, do:
16	# KERNEL_DIR=<<where-you-built-your-kernel>>  ./runme pending
17
18   Please note that you have to recompile your kernel and your kernel modules
19   after this step of kernel patching.
20
21That's it!
22================================================================
23
24FEELING BRAVE?
25
261) The netfilter core team is maintaining a set of extensions / new 
27   features which are not yet committed to the mainstream kernel tree.
28
29They are a collection of maybe-broken maybe-cool third-party extensions. 
30
31Please note that you cannot apply any combination of any of those patches.
32Some of them are incompatible... 
33
34This is why we provide two ways of applying them:
35
36If you want to try some extensions, and be sure that they don't break each
37other, you can do the following:
38
39	# KERNEL_DIR=<<where-you-built-your-kernel>>  ./runme base
40
41It will modify you kernel source (so back it up first!).  You will have
42to recompile / rebuild your kernel and modules.
43
44Alternatively, if you really know what your are doing, you can use the
45following command in order to offer you the full list of choices.  Be aware
46that we don't prevent you from shooting yourself in the foot.
47
48	% KERNEL_DIR=<<where-you-built-your-kernel>>  ./runme extra
49
50================================================================
51
52QUESTIONS ?
53
54There is a FAQ, and a netfilter-extensions-HOWTO, both can be found
55at http://www.netfilter.org/documentation/
56
57Please direct any usage questions to the netfilter mailinglist:
58
59netfilter@lists.netfilter.org.
60
61