* [libnetfilter_queue]
@ 2006-04-05 12:56 David Vogt
2006-04-05 14:44 ` [libnetfilter_queue] Eric Leblond
0 siblings, 1 reply; 3+ messages in thread
From: David Vogt @ 2006-04-05 12:56 UTC (permalink / raw)
To: netfilter@lists.netfilter.org
Dear all,
I would like to send different packets to different userland
applications using libnetfilter_queue. As far as I understand,
different queues can be distingusihed using some kind of queue number.
How does the appropriate iptables command look like that sends packets
to a specific queue?
David
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [libnetfilter_queue]
2006-04-05 12:56 [libnetfilter_queue] David Vogt
@ 2006-04-05 14:44 ` Eric Leblond
2006-04-05 15:03 ` [libnetfilter_queue] David Vogt
0 siblings, 1 reply; 3+ messages in thread
From: Eric Leblond @ 2006-04-05 14:44 UTC (permalink / raw)
To: David Vogt; +Cc: netfilter@lists.netfilter.org
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
Le mercredi 05 avril 2006 à 14:56 +0200, David Vogt a écrit :
> Dear all,
>
> I would like to send different packets to different userland
> applications using libnetfilter_queue. As far as I understand,
> different queues can be distingusihed using some kind of queue number.
> How does the appropriate iptables command look like that sends packets
> to a specific queue?
This is :
iptables -A .... -j NFQUEUE --queue-num $ID
BR,
--
Éric Leblond, eleblond@inl.fr
Téléphone : 01 44 89 46 39, Fax : 01 44 89 45 01
INL, http://www.inl.fr
[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [libnetfilter_queue]
2006-04-05 14:44 ` [libnetfilter_queue] Eric Leblond
@ 2006-04-05 15:03 ` David Vogt
0 siblings, 0 replies; 3+ messages in thread
From: David Vogt @ 2006-04-05 15:03 UTC (permalink / raw)
To: Eric Leblond; +Cc: netfilter@lists.netfilter.org
2006/4/5, Eric Leblond <eric@inl.fr>:
> Le mercredi 05 avril 2006 à 14:56 +0200, David Vogt a écrit :
> > Dear all,
> >
> > I would like to send different packets to different userland
> > applications using libnetfilter_queue. As far as I understand,
> > different queues can be distingusihed using some kind of queue number.
> > How does the appropriate iptables command look like that sends packets
> > to a specific queue?
>
> This is :
>
> iptables -A .... -j NFQUEUE --queue-num $ID
That was pretty much exactly what I am looking for. Thanks, Eric.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-04-05 15:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05 12:56 [libnetfilter_queue] David Vogt
2006-04-05 14:44 ` [libnetfilter_queue] Eric Leblond
2006-04-05 15:03 ` [libnetfilter_queue] David Vogt
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.