commit | f40ecd179c8547161ee3270fba4375ed80e45912 | [log] [tgz] |
---|---|---|
author | carlosmscabral <carlosmscabral@gmail.com> | Fri Feb 01 18:15:58 2013 -0200 |
committer | carlosmscabral <carlosmscabral@gmail.com> | Fri Feb 01 18:15:58 2013 -0200 |
tree | 3fbb6dc1c5c84bed119d28e581ad3f5a1d1b64a2 | |
parent | 0fb51cc605edbcec73348308c395cb269e31efac [diff] [blame] |
First commit
diff --git a/util/sch_htb-ofbuf/README b/util/sch_htb-ofbuf/README new file mode 100644 index 0000000..711ed77 --- /dev/null +++ b/util/sch_htb-ofbuf/README
@@ -0,0 +1,10 @@ +Modified sch_htb implementation with ofbuf support. + +To compile, just type make. To use this module instead +of regular sch_htb, do: + +0. make +1. rmmod sch_htb +2. insmod ./sch_htb.ko + +To revert, just rmmod sch_htb.