All of lore.kernel.org
 help / color / mirror / Atom feed
* Usage of CONNMARK
@ 2005-02-04  8:13 Vinod Chandran
  2005-02-04 14:17 ` Henrik Nordstrom
  2005-02-04 21:35 ` dwhite
  0 siblings, 2 replies; 7+ messages in thread
From: Vinod Chandran @ 2005-02-04  8:13 UTC (permalink / raw)
  To: netfilter-devel, netfilter

Hi,

I am using the CONNMARK patch.
Inside conntrack_core, in case of special conditions, I have modified 
the mark value in the conntrack.

I then added the following rules in FORWARD chain.

iptables -t mangle -A FORWARD -m connmark --m mark 1 -j DROP

where the CONNMARK is set in case of the illegal packet.

However this CONNMARK value is getting effective only for the next 
packet and not for the same packet.

Is there some way by which, I can make the settings applicable to the 
same packet itself?

Thanks and Regards,
Vinod C



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-02-07  4:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-04  8:13 Usage of CONNMARK Vinod Chandran
2005-02-04 14:17 ` Henrik Nordstrom
2005-02-05  7:36   ` Vinod Chandran
2005-02-06  0:51     ` Henrik Nordstrom
2005-02-06  0:51       ` Henrik Nordstrom
2005-02-07  4:16       ` Vinod Chandran
2005-02-04 21:35 ` dwhite

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.