Displaying 1 result from an estimated 1 matches for "classxx".
Did you mean:
classx
2005 Apr 22
1
Re: tc filter - based on iptables - MAC - MARK not working -altough marking on ip src, dst address works
...lled /sistem/class15 I have
MAC list
00:0D:87:60:61:37 JOHNNY
00:0E:A6:69:2B:74 HORY
00:50:8D:F9:E3:51 GIMMY
The script above (not so elegant I think but is my
first attempt on awk) parse /sistem/class15 and add
filter rules to match classid 1:15
I''ll make scripts for files like /sistem/classxx to
match class xx and classid 1:xx and so on -- after
this I only modify files:
/sistem/class15
/sistem/class20
/sistem/classxx
and run:
tc qdisc del dev eth0 root (actually made a new script
rm_shaping)
and of course run the awk script again (./add_shaping)
So finally all I have to do is rm_sha...