Re: RFC: Redirect-Device
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-03-31 22:35:31
On Thu, 31 Mar 2005 14:22:11 -0800 Ben Greear [off-list ref] wrote:
quoted
[root@jzny root]# tc Usage: tc [ OPTIONS ] OBJECT { COMMAND | help } where OBJECT := { qdisc | class | filter } OPTIONS := { -s[tatistics] | -d[etails] | -r[aw] | -b[atch] file }My personal opinion is that netlink sockets are a pain in the ass to deal with, and there is no way I want to try to programatically parse the tc input or output. And probably not so easy to manipulate from a kernel module. And BNF cannot be more powerful than a c/c++ program with a byte-buffer representing the entire ethernet frame.
So you're not even going to give Jamal's suggestion a try? If we have the infrastructure to do what you want, we should use it, not add "yet another way" to do something we can do already. If adding some clean abstraction layer helps out your cause, that's fine too. We could even hack tc to output things in a format that you might find easier to parse. 'tc' is very powerful, and very shamefully under-utilizied. You're task seems the perfect match for it's use.