Signed-off-by: Yoshihiro Kaneko <[email protected]>
---
 doc/source/tls.rst |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/doc/source/tls.rst b/doc/source/tls.rst
index 9388378..1dc8152 100644
--- a/doc/source/tls.rst
+++ b/doc/source/tls.rst
@@ -48,7 +48,9 @@ Testing TLS Connection
 Configuring ovs-vswitchd to use CA files using the ovs-vsctl "set-ssl"
 command, e.g.::
 
-    % ovs-vsctl set-ssl /etc/openvswitch/sc-privkey.pem 
/etc/openvswitch/sc-cert.pem 
/usr/local/var/lib/openvswitch/pki/controllerca/cacert.pem
+    % ovs-vsctl set-ssl /etc/openvswitch/sc-privkey.pem \
+      /etc/openvswitch/sc-cert.pem \
+      /usr/local/var/lib/openvswitch/pki/controllerca/cacert.pem
     % ovs-vsctl add-br br0
     % ovs-vsctl set-controller br0 ssl:127.0.0.1:6633
 
@@ -72,9 +74,13 @@ You can see something like::
       CONSUMES EventOFPErrorMsg
       CONSUMES EventOFPHello
       CONSUMES EventOFPEchoRequest
-    connected socket:<SSLSocket fileno=4 sock=127.0.0.1:6633 
peer=127.0.0.1:61302> address:('127.0.0.1', 61302)
+    connected socket:<SSLSocket fileno=4 sock=127.0.0.1:6633 
peer=127.0.0.1:61302> a
+    ddress:('127.0.0.1', 61302)
     hello ev <ryu.controller.ofp_event.EventOFPHello object at 0x1047806d0>
     move onto config mode
-    switch features ev version: 0x1 msg_type 0x6 xid 0xb0bb34e5 port 
OFPPhyPort(port_no=65534, hw_addr='\x16\xdc\xa2\xe2}K', 
name='br0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', config=0, 
state=0, curr=0, advertised=0, supported=0, peer=0)
+    switch features ev version: 0x1 msg_type 0x6 xid 0xb0bb34e5 port 
OFPPhyPort(port
+    _no=65534, hw_addr='\x16\xdc\xa2\xe2}K', 
name='br0\x00\x00\x00\x00\x00\x00\x00\x
+    00\x00\x00\x00\x00\x00', config=0, state=0, curr=0, advertised=0, 
supported=0, p
+    eer=0)
     move onto main mode
 
-- 
1.7.9.5


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to