From: Ben Pfaff Date: Fri, 10 Sep 2010 16:57:01 +0000 (-0700) Subject: vswitchd: Add some references for the HTB classifier to the documentation. X-Git-Tag: v1.1.0pre2~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6784cb57cf432197c497764cdb01cecd68f10362;p=sliver-openvswitch.git vswitchd: Add some references for the HTB classifier to the documentation. --- diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 979fd5dfe..b9d8aaa9f 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -775,7 +775,12 @@ defined types are listed below:

linux-htb
-
Linux ``hierarchy token bucket'' classifier.
+
+ Linux ``hierarchy token bucket'' classifier. See tc-htb(8) (also at + http://linux.die.net/man/8/tc-htb) and the HTB manual + (http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm) + for information on how this classifier works and how to configure it. +