Linux Netfilter discussions
 help / color / mirror / Atom feed
* u32 pom errors
@ 2003-07-30  3:41 Illes Marton
  0 siblings, 0 replies; only message in thread
From: Illes Marton @ 2003-07-30  3:41 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

Hi,

I tried to post it once, but got lost. :(

In the POM the u32 match misses some files:
u32.patch.config.in
u32.patch.configure.help
u32.patch.makefile

Please find them attached

Marton

-- 

[-- Attachment #2: u32.patch.config.in --]
[-- Type: text/plain, Size: 167 bytes --]

  dep_tristate '  LENGTH match support' CONFIG_IP_NF_MATCH_LENGTH $CONFIG_IP_NF_IPTABLES
  dep_tristate '  U32 match support' CONFIG_IP_NF_MATCH_U32 $CONFIG_IP_NF_U32

[-- Attachment #3: u32.patch.configure.help --]
[-- Type: text/plain, Size: 482 bytes --]

CONFIG_IP_NF_MATCH_LENGTH
U32 patch support
CONFIG_IP_NF_MATCH_U32
  U32 allows you to extract quantities of up to 4 bytes from a packet,
  AND them with specified masks, shift them by specified amounts and
  test whether the results are in any of a set of specified ranges.
  The specification of what to extract is general enough to skip over
  headers with lengths stored in the packet, as in IP or TCP header
  lengths.

  Details and examples are in the kernel module source.


[-- Attachment #4: u32.patch.makefile --]
[-- Type: text/plain, Size: 94 bytes --]

obj-$(CONFIG_IP_NF_MATCH_LENGTH) += ipt_length.o

obj-$(CONFIG_IP_NF_MATCH_U32) += ipt_u32.o


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-30  3:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-30  3:41 u32 pom errors Illes Marton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox