All of lore.kernel.org
 help / color / mirror / Atom feed
* TC interface
@ 2008-02-25  8:58 Anton
  2008-02-27  8:37 ` Anton
  0 siblings, 1 reply; 4+ messages in thread
From: Anton @ 2008-02-25  8:58 UTC (permalink / raw)
  To: netfilter-devel

Hello!

I'm trying to figure out how to interface with the kernel's 
qos structires. I've found libiptc HOWTO - but it's very 
outdated and provides only IPTABLES manipulation, not 
traffic scheduler. Could anyone please advice, if there is 
a C library, which provides an abstraction for easier 
manipulation with kernel internals to not use "tc" 
and "iptables"?

Best regards to everyone,
Anton.

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

* Re: TC interface
  2008-02-25  8:58 TC interface Anton
@ 2008-02-27  8:37 ` Anton
  2008-02-27  8:56   ` Philip Craig
  0 siblings, 1 reply; 4+ messages in thread
From: Anton @ 2008-02-27  8:37 UTC (permalink / raw)
  To: netfilter-devel

Looks like everyone is too proud to answer a simple newbee 
question...

On Monday 25 February 2008 13:58, Anton wrote:
> Hello!
>
> I'm trying to figure out how to interface with the
> kernel's qos structires. I've found libiptc HOWTO - but
> it's very outdated and provides only IPTABLES
> manipulation, not traffic scheduler. Could anyone please
> advice, if there is a C library, which provides an
> abstraction for easier manipulation with kernel internals
> to not use "tc" and "iptables"?
>
> Best regards to everyone,
> Anton.
> -
> To unsubscribe from this list: send the line "unsubscribe
> netfilter-devel" in the body of a message to
> majordomo@vger.kernel.org More majordomo info at 
> http://vger.kernel.org/majordomo-info.html

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

* Re: TC interface
  2008-02-27  8:37 ` Anton
@ 2008-02-27  8:56   ` Philip Craig
  2008-02-27  9:12     ` Anton
  0 siblings, 1 reply; 4+ messages in thread
From: Philip Craig @ 2008-02-27  8:56 UTC (permalink / raw)
  To: Anton; +Cc: netfilter-devel

Anton wrote:
> Looks like everyone is too proud to answer a simple newbee 
> question...

More likely busy...

>> I'm trying to figure out how to interface with the
>> kernel's qos structires. I've found libiptc HOWTO - but
>> it's very outdated and provides only IPTABLES
>> manipulation, not traffic scheduler. Could anyone please
>> advice, if there is a C library, which provides an
>> abstraction for easier manipulation with kernel internals
>> to not use "tc" and "iptables"?

This should cover tc:
http://people.suug.ch/~tgr/libnl/

There isn't a C api for iptables other than libiptc, and
it isn't meant to be used outside of iptables anyway.

Also google showed me http://www.coverfire.com/lql/
but I know nothing about it.


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

* Re: TC interface
  2008-02-27  8:56   ` Philip Craig
@ 2008-02-27  9:12     ` Anton
  0 siblings, 0 replies; 4+ messages in thread
From: Anton @ 2008-02-27  9:12 UTC (permalink / raw)
  To: Philip Craig; +Cc: netfilter-devel

Thanks for answer Philip! I googled half a day before asking 
a question in the list and found a few thigs which deals 
with netlink messaging but all outdated, and I thought that 
there might be a library to deal with this stuff and make 
things a little easier.
Thanks again!
Anton.

On Wednesday 27 February 2008 13:56, Philip Craig wrote:
> Anton wrote:
> > Looks like everyone is too proud to answer a simple
> > newbee question...
>
> More likely busy...
>
> >> I'm trying to figure out how to interface with the
> >> kernel's qos structires. I've found libiptc HOWTO -
> >> but it's very outdated and provides only IPTABLES
> >> manipulation, not traffic scheduler. Could anyone
> >> please advice, if there is a C library, which provides
> >> an abstraction for easier manipulation with kernel
> >> internals to not use "tc" and "iptables"?
>
> This should cover tc:
> http://people.suug.ch/~tgr/libnl/
>
> There isn't a C api for iptables other than libiptc, and
> it isn't meant to be used outside of iptables anyway.
>
> Also google showed me http://www.coverfire.com/lql/
> but I know nothing about it.

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

end of thread, other threads:[~2008-02-27  9:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-25  8:58 TC interface Anton
2008-02-27  8:37 ` Anton
2008-02-27  8:56   ` Philip Craig
2008-02-27  9:12     ` Anton

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.