Hi there,

I am using RYU controller with flowvisor. As flowvisor do not support any
other version other than openflow v1. I am using openflow v1 in my project.

I have topology of 3 ovs switches and controller sits in one of server
conataining ovs bridge. Other two ovs bridge in other servers connects to
controller through public interface. But when run my ryu application, it
connects to switches but not able to add rules. I am getting this error
here:

*switch features ev version: 0x1 msg_type 0x6 xid 0xc026da60
*OFPSwitchFeatures(actions=4095,capabilities=199,datapath_id=2,n_buffers=256,n_tables=254,ports={1:
OFPPhyPort(port_no=1,hw_addr='00:1b:21:af:f8:e6',name='eth1',config=0,state=0,curr=672,advertised=687,supported=687,peer=0),
2:
OFPPhyPort(port_no=2,hw_addr='00:1b:21:af:f8:e7',name='eth2',config=0,state=0,curr=672,advertised=687,supported=687,peer=0),
3:
OFPPhyPort(port_no=3,hw_addr='fe:54:00:69:ae:2b',name='vnet0',config=0,state=0,curr=130,advertised=0,supported=0,peer=0),
4:
OFPPhyPort(port_no=4,hw_addr='fe:54:00:78:ba:b1',name='vnet1',config=0,state=0,curr=130,advertised=0,supported=0,peer=0),
65534:
OFPPhyPort(port_no=65534,hw_addr='00:1b:21:af:f8:e6',name='data-br',config=0,state=0,curr=0,advertised=0,supported=0,peer=0)})
move onto main mode
*switch features ev version: 0x1 msg_type 0x6 xid 0xa08ede60
*OFPSwitchFeatures(actions=4095,capabilities=199,datapath_id=1,n_buffers=256,n_tables=254,ports={1:
OFPPhyPort(port_no=1,hw_addr='00:1b:21:af:f8:7e',name='eth1',config=0,state=0,curr=672,advertised=687,supported=687,peer=0),
2:
OFPPhyPort(port_no=2,hw_addr='00:1b:21:af:f8:7f',name='eth2',config=0,state=0,curr=672,advertised=687,supported=687,peer=0),
65534:
OFPPhyPort(port_no=65534,hw_addr='00:1b:21:af:f8:7e',name='br0',config=0,state=0,curr=0,advertised=0,supported=0,peer=0)})
move onto main mode
*switch features ev version: 0x1 msg_type 0x6 xid 0x3c8790c7
*OFPSwitchFeatures(actions=4095,capabilities=199,datapath_id=3,n_buffers=256,n_tables=254,ports={1:
OFPPhyPort(port_no=1,hw_addr='a0:36:9f:10:c0:62',name='eth1',config=0,state=0,curr=672,advertised=1711,supported=1711,peer=0),
2:
OFPPhyPort(port_no=2,hw_addr='a0:36:9f:10:c0:63',name='eth2',config=0,state=0,curr=672,advertised=1711,supported=1711,peer=0),
3:
OFPPhyPort(port_no=3,hw_addr='fe:54:00:cb:51:8b',name='vnet0',config=0,state=0,curr=130,advertised=0,supported=0,peer=0),
4:
OFPPhyPort(port_no=4,hw_addr='fe:54:00:55:be:d4',name='vnet1',config=0,state=0,curr=130,advertised=0,supported=0,peer=0),
65534:
OFPPhyPort(port_no=65534,hw_addr='a0:36:9f:10:c0:62',name='data-br',config=0,state=0,curr=0,advertised=0,supported=0,peer=0)})
move onto main mode

Please help if you have an idea.

Best Regards,
Vishlesh Patel
M.S. Computer Engineering
NYU Polytechnic School of Engineering
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to