hi,
is there a way so that I can write something like that :
htb {
class ( rate 10kbps, ceil 20kbps, comment "this is a comment") {
}
}
and later in the tcc-output I get something like this :
#this is a comment
tc ...blah.. classid X:Y ....
And similar thing for filters/classifiers ?!
The idea is to be able read easly if I have alot of classes and classifiers.
thanx alot in advance