[ovs-dev] [PATCH] vswitchd: Add some references for the HTB classifier to the documentation.
Ben Pfaff
blp at nicira.com
Fri Sep 10 09:57:03 PDT 2010
---
vswitchd/vswitch.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 979fd5d..b9d8aaa 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -775,7 +775,12 @@
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>
--
1.7.1
More information about the dev
mailing list