modified HTB to fix the perfect synchronization bug

This commit is contained in:
Nikhil Handigol
2012-05-17 17:13:30 +00:00
parent ae2ede7994
commit 9c6620d85d
3 changed files with 1660 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
obj-m = sch_htb.o
KVERSION = $(shell uname -r)
all:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean