Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/app/rest_tunnel.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ryu/app/rest_tunnel.py b/ryu/app/rest_tunnel.py
index 295fca0..b2786e9 100644
--- a/ryu/app/rest_tunnel.py
+++ b/ryu/app/rest_tunnel.py
@@ -47,11 +47,11 @@ from ryu.lib import dpid as dpid_lib
 #
 # register the dpid of the other end of tunnel
 # Fail if the dpid is already registered
-# POST /v1.0/tunnels/switches/{dpid}/ports/{port-id}/{remote_dpip}
+# POST /v1.0/tunnels/switches/{dpid}/ports/{port-id}/{remote_dpid}
 #
 # register the dpid of the other end of tunnel
 # Success as nop even if the dpid is already registered
-# PUT /v1.0/tunnels/switches/{dpid}/ports/{port-id}/{remote_dpip}
+# PUT /v1.0/tunnels/switches/{dpid}/ports/{port-id}/{remote_dpid}
 
 
 class TunnelKeyController(ControllerBase):
-- 
1.8.0.1


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to