* how to do DIVERT socket equivalent with netfilter?
@ 2002-01-15 21:19 Chris Friesen
2002-01-15 21:21 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Chris Friesen @ 2002-01-15 21:19 UTC (permalink / raw)
To: netdev, linux-kernel
We've got a legacy app with its own message stacks, one for tcp/icmp and one for
udp/sctp.
Currently in 2.2 we're using multiple divert sockets with appropriate ipchains
rules to direct the right traffic to each socket. The app asks for messages for
one of the two stacks, we check if there is anything on that socket, and if
there is anything we pass it up the stack.
Now we're looking to make the thing work on 2.4. Unfortunately, it doesn't look
like DIVERT sockets are supported in 2.4, so I started looking at netfilter's
QUEUE target. This looks fine, except that there is only a single queue and I'd
like at least two.
Does anyone know of anything that
1) gives me multiple queues/sockets based on protocol (like DIVERT sockets)
2) ensures that the kernel itself doesn't try and handle the packet, resulting
in destination unreachable error packets (like DIVERT and netfilter)
3) works on 2.4
I can always filter the incoming messages by protocol and store them in a pair
of message queues (one for each stack) in the lower level of the app itself, but
this seems kind of kludgy and I'm sure there's gotta be a better way. If there
is something already available I'd love to hear about it.
Any ideas?
Chris
--
Chris Friesen | MailStop: 043/33/F10
Nortel Networks | work: (613) 765-0557
3500 Carling Avenue | fax: (613) 765-2986
Nepean, ON K2H 8E9 Canada | email: cfriesen@nortelnetworks.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: how to do DIVERT socket equivalent with netfilter?
2002-01-15 21:19 how to do DIVERT socket equivalent with netfilter? Chris Friesen
@ 2002-01-15 21:21 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2002-01-15 21:21 UTC (permalink / raw)
To: cfriesen; +Cc: netdev, linux-kernel
From: Chris Friesen <cfriesen@nortelnetworks.com>
Date: Tue, 15 Jan 2002 16:19:31 -0500
Now we're looking to make the thing work on 2.4. Unfortunately, it doesn't look
like DIVERT sockets are supported in 2.4
Umm... linux/net/core/dv.c implement the divert stuff just like
the 2.2.x copy does?
Franks a lot,
David S. Miller
davem@redhat.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-01-15 21:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-15 21:19 how to do DIVERT socket equivalent with netfilter? Chris Friesen
2002-01-15 21:21 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox