Signed-off-by: Minoru TAKAHASHI <[email protected]>
---
 ryu/tests/switch/tester.py | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.py
index 6508bec..1f14b89 100644
--- a/ryu/tests/switch/tester.py
+++ b/ryu/tests/switch/tester.py
@@ -74,6 +74,18 @@ from ryu.ofproto import ofproto_v1_4
     Then the tester sw receives the packet and sends a PacketIn message.
     If the packet did not match, the target sw drops the packet.
 
+    If you want to use the other port number which differ from above chart,
+    you can specify the port number in the options when this tool is started.
+    For details of this options, please refer to the Help command.
+    Also, if you describe the name of an option argument
+    (e.g. "target_send_port_1") in test files,
+    this tool sets the argument value in the port number.
+
+        e.g.)
+            "OFPActionOutput":{
+                "port":"target_send_port_1"
+            }
+
 """
 
 
-- 
1.9.1


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to