* [LARTC] How can I create qdisc, class, and filter inside the kernel?
@ 2001-02-19 21:33 Byung-Gon
2001-02-19 21:48 ` Byung-Gon
2001-02-19 22:30 ` bert
0 siblings, 2 replies; 3+ messages in thread
From: Byung-Gon @ 2001-02-19 21:33 UTC (permalink / raw)
To: lartc
<PRE>Hi,
I am writing a kernel module which works with netfilter.
If a certain condition matches,
I want to create a qdisc, a class and a filter inside
the kernel module.
How can I create qdisc, class, and filter inside the kernel?
Thanks,
Byung-Gon Chun
_________________________________________________________________
Get your FREE download of MSN Explorer at <A HREF="http://explorer.msn.com">http://explorer.msn.com</A>
</PRE>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [LARTC] How can I create qdisc, class, and filter inside the kernel?
2001-02-19 21:33 [LARTC] How can I create qdisc, class, and filter inside the kernel? Byung-Gon
@ 2001-02-19 21:48 ` Byung-Gon
2001-02-19 22:30 ` bert
1 sibling, 0 replies; 3+ messages in thread
From: Byung-Gon @ 2001-02-19 21:48 UTC (permalink / raw)
To: lartc
<PRE>Thanks for the information!
I want to rephrase my question.
If a certain condition matches, I want to add a qdisc,
a class and a filter inside the kernel module
(I do not use tc program in the userspace).
How can I do this?
Thanks,
Byung-Gon Chun
><i>From: bert hubert <<A HREF="mailto:ahu@ds9a.nl">ahu@ds9a.nl</A>>
</I>><i>To: Byung-Gon Chun <<A HREF="mailto:bgchun@hotmail.com">bgchun@hotmail.com</A>>
</I>><i>CC: <A HREF="mailto:lartc@mailman.ds9a.nl">lartc@mailman.ds9a.nl</A>
</I>><i>Subject: Re: [LARTC] How can I create qdisc, class, and filter inside the
</I>><i>kernel?
</I>><i>Date: Mon, 19 Feb 2001 23:30:22 +0100
</I>><i>
</I>><i>On Mon, Feb 19, 2001 at 02:33:36PM -0700, Byung-Gon Chun wrote:
</I>><i> > Hi,
</I>><i> >
</I>><i> > I am writing a kernel module which works with netfilter.
</I>><i> > If a certain condition matches,
</I>><i> > I want to create a qdisc, a class and a filter inside
</I>><i> > the kernel module.
</I>><i> >
</I>><i> > How can I create qdisc, class, and filter inside the kernel?
</I>><i>
</I>><i>The more knowledgeable people are on the netdev list hosted by SGI.
</I>><i>However,
</I>><i>$TOPDIR/net/sched/sch_prio.c is a good sample. The hard part appears to be
</I>><i>the integration with the 'tc' tool.
</I>><i>
</I>><i>Regards,
</I>><i>
</I>><i>bert hubert
</I>><i>
</I>><i>--
</I>><i><A HREF="http://www.PowerDNS.com">http://www.PowerDNS.com</A> Versatile DNS Services
</I>><i>Trilab The Technology People
</I>><i>'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet
</I>
_________________________________________________________________
Get your FREE download of MSN Explorer at <A HREF="http://explorer.msn.com">http://explorer.msn.com</A>
</PRE>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [LARTC] How can I create qdisc, class, and filter inside the kernel?
2001-02-19 21:33 [LARTC] How can I create qdisc, class, and filter inside the kernel? Byung-Gon
2001-02-19 21:48 ` Byung-Gon
@ 2001-02-19 22:30 ` bert
1 sibling, 0 replies; 3+ messages in thread
From: bert @ 2001-02-19 22:30 UTC (permalink / raw)
To: lartc
<PRE>On Mon, Feb 19, 2001 at 02:33:36PM -0700, Byung-Gon Chun wrote:
><i> Hi,
</I>><i>
</I>><i> I am writing a kernel module which works with netfilter.
</I>><i> If a certain condition matches,
</I>><i> I want to create a qdisc, a class and a filter inside
</I>><i> the kernel module.
</I>><i>
</I>><i> How can I create qdisc, class, and filter inside the kernel?
</I>
The more knowledgeable people are on the netdev list hosted by SGI. However,
$TOPDIR/net/sched/sch_prio.c is a good sample. The hard part appears to be
the integration with the 'tc' tool.
Regards,
bert hubert
--
<A HREF="http://www.PowerDNS.com">http://www.PowerDNS.com</A> Versatile DNS Services
Trilab The Technology People
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet
</PRE>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-02-19 22:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-19 21:33 [LARTC] How can I create qdisc, class, and filter inside the kernel? Byung-Gon
2001-02-19 21:48 ` Byung-Gon
2001-02-19 22:30 ` bert
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.