All of lore.kernel.org
 help / color / mirror / Atom feed
* priority in netfilter
@ 2003-07-09  3:40 Yuan ChunYang
  0 siblings, 0 replies; only message in thread
From: Yuan ChunYang @ 2003-07-09  3:40 UTC (permalink / raw)
  To: ml_linux-net; +Cc: netfilter-devel

Can somebody explain priority in netfilter hooks?
We know netfilter defined 
 enum nf_ip_hook_priorities {
         NF_IP_PRI_FIRST = INT_MIN,
         NF_IP_PRI_CONNTRACK = -200,
          NF_IP_PRI_MANGLE = -150,
          NF_IP_PRI_NAT_DST = -100,
          NF_IP_PRI_FILTER = 0,
          NF_IP_PRI_NAT_SRC = 100,
          NF_IP_PRI_LAST = INT_MAX,
 };
They are ordered by ascend. But i do not know when to use which priority?


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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-09  3:40 priority in netfilter Yuan ChunYang

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.