mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 04:16:11 +02:00
TLS: update an example output
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
4c0b438c4f
commit
fc584ae3d8
@ -67,12 +67,14 @@ You can see something like::
|
||||
|
||||
loading app ryu.controller.ofp_handler
|
||||
instantiating app ryu.controller.ofp_handler
|
||||
connected socket:<SSLSocket fileno=4 sock=127.0.0.1:6633 peer=127.0.0.1:56493> address:('127.0.0.1', 56493)
|
||||
unhandled event <ryu.controller.dispatcher.EventQueueCreate object at 0x2fdcd90>
|
||||
hello ev <ryu.controller.ofp_event.EventOFPHello object at 0x2fdce90>
|
||||
BRICK ofp_event
|
||||
CONSUMES EventOFPSwitchFeatures
|
||||
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)
|
||||
hello ev <ryu.controller.ofp_event.EventOFPHello object at 0x1047806d0>
|
||||
move onto config mode
|
||||
unhandled event <ryu.controller.dispatcher.EventDispatcherChange object at 0x2fdcfd0>
|
||||
switch features ev version: 0x1 msg_type 0x6 xid 0xc23353f2 port OFPPhyPort(port_no=65534, hw_addr='\x16\xd8u\xe7[C', name='br0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', config=1, state=1, 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\x00\x00\x00\x00\x00\x00', config=0, state=0, curr=0, advertised=0, supported=0, peer=0)
|
||||
move onto main mode
|
||||
unhandled event <ryu.controller.dispatcher.EventDispatcherChange object at 0x2fdcfd0>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user