vswitchd: Add some references for the HTB classifier to the documentation.
authorBen Pfaff <blp@nicira.com>
Fri, 10 Sep 2010 16:57:01 +0000 (09:57 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 10 Sep 2010 16:57:01 +0000 (09:57 -0700)
vswitchd/vswitch.xml

index 979fd5d..b9d8aaa 100644 (file)
         defined types are listed below:</p>
       <dl>
         <dt><code>linux-htb</code></dt>
-        <dd>Linux ``hierarchy token bucket'' classifier.</dd>
+        <dd>
+          Linux ``hierarchy token bucket'' classifier.  See tc-htb(8) (also at
+          <code>http://linux.die.net/man/8/tc-htb</code>) and the HTB manual
+          (<code>http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm</code>)
+          for information on how this classifier works and how to configure it.
+        </dd>
       </dl>
     </column>