All of lore.kernel.org
 help / color / mirror / Atom feed
[parent not found: <20070402110756.409EE9489E@stinky.trash.net>]
* Multiple calls of check functions
@ 2007-04-02  9:22 johnpeng
  0 siblings, 0 replies; 4+ messages in thread
From: johnpeng @ 2007-04-02  9:22 UTC (permalink / raw)
  To: netfilter-devel

Dear all:
    When I issue the command with debug version of the SAME target (I am
using kernel 2.6.17.7 and iptables 1.3.5)
"iptables -t nat -A PREROUTING -d 10.10.10.1 -j SAME -to
172.31.0.1-172.31.0.3"
I find that the check function of SAME target would be called multiple
times, any following SNAT,DNAT rules would call the check function of the
SAME
Target ,  however, I didn't see the same situation in kernel 2.4 , is that
due to some framework change in kernel 2.6 ?

And 
When we issue the removal "iptables -t nat -D PREROUTING -d 10.10.10.1 -j
SAME -to 172.31.0.1-172.31.0.3", 
Iptables get reply of "iptables: No chain/target/match by that name",
 it seems the memory comparison is not equal with user level and kernel
level passed target info data structure, 
Any solution?

Thanks for your help!!

JohnPeng

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

end of thread, other threads:[~2007-04-02 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20070402123757.8117C948BF@stinky.trash.net>
2007-04-02 12:52 ` Multiple calls of check functions Patrick McHardy
     [not found] <20070402110756.409EE9489E@stinky.trash.net>
2007-04-02 11:28 ` Patrick McHardy
2007-04-02 12:37   ` johnpeng
2007-04-02  9:22 johnpeng

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.