* positive target->verdict
@ 2004-08-10 15:56 Swapnil Nagle
0 siblings, 0 replies; only message in thread
From: Swapnil Nagle @ 2004-08-10 15:56 UTC (permalink / raw)
To: netfilter-devel
Hi all,
Short query :
What is the significance of a positive verdict in ipt_standard_target ?
Its supposed to be a jump offset, but is it from :
- beginning of current chain
- relative to a current ipt_entry
The netfilter-hacking howto only mentions that its an offset.
Long version :
I was looking at the struct ipt_replace generated for this rule :
iptables -A INPUT -d 192.168.1.1 -j REJECT
The first ipt_entry for INPUT chain (i.e repl->hook_entry[1]) has a
verdict 3.
Does that mean that its a jump and the next ipt_entry is the 3rd one
from the beginning of this chain ?
Regards,
Swapnil.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-10 15:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-10 15:56 positive target->verdict Swapnil Nagle
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.