All of lore.kernel.org
 help / color / mirror / Atom feed
* nf_nat_core just using l3proto_find_get
@ 2008-02-08  2:10 Jan Engelhardt
  2008-02-19 12:22 ` Patrick McHardy
  0 siblings, 1 reply; 8+ messages in thread
From: Jan Engelhardt @ 2008-02-08  2:10 UTC (permalink / raw)
  To: Netfilter Developer Mailing List

Hi,


I just noticed that nf_nat_core.c uses

        l3proto = nf_ct_l3proto_find_get((u_int16_t)AF_INET);

in its nf_nat_init() function. Why is not it using 
nf_ct_l3proto_module_try_get here?

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

end of thread, other threads:[~2008-03-17 14:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-08  2:10 nf_nat_core just using l3proto_find_get Jan Engelhardt
2008-02-19 12:22 ` Patrick McHardy
2008-03-10 22:01   ` Jan Engelhardt
2008-03-11 14:05     ` Patrick McHardy
2008-03-11 14:16       ` Jan Engelhardt
2008-03-11 14:20         ` Patrick McHardy
2008-03-11 19:42           ` Jan Engelhardt
2008-03-17 14:01             ` Patrick McHardy

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.