commit | 4d065977ffd792f847b257347a26e8683ddc26b2 | [log] [tgz] |
---|---|---|
author | Dan Talayco <dtalayco@stanford.edu> | Thu Feb 18 23:11:32 2010 -0800 |
committer | Dan Talayco <dtalayco@stanford.edu> | Thu Feb 18 23:11:32 2010 -0800 |
tree | d2abc0771ae71a250512fc6df75ec86709b527d4 | |
parent | e226eb1a8a8257d43dd8bf7d5a619f8bb12c18a6 [diff] |
Doc init param
diff --git a/src/python/oftest/dataplane.py b/src/python/oftest/dataplane.py index bdbfea7..29b7fad 100644 --- a/src/python/oftest/dataplane.py +++ b/src/python/oftest/dataplane.py
@@ -50,6 +50,7 @@ """ Set up a port monitor object @param interface_name The name of the physical interface like eth1 + @param port_number The port number associated with this port @param parent The controlling dataplane object; for pkt wait CV @param max_pkts Maximum number of pkts to keep in queue """