[Ryu-devel] issues about setup flow entry

2014-08-08 Thread 马超
Hi ! I write a app with OFP1.0, and the OpenFlow versions on OVS is *0x1:0x4*. I want to set a flow on OVS: * "match=datapath.ofproto_parser.OFPMatch(nw_src=nw_src,nw_dst=nw_dst)"* the nw_src have been formatted to int with "*socket.ntohl(struct.unpack("!I",socket.inet_aton(srcip))[0

[Ryu-devel] About configurable tester/target ports in ryu/tests/switch/tester.py

2014-08-08 Thread Pyxis LX
Hi, We're conducting conformance tests using ryu/tests/switch/terster.py heavily. Is it possible to make these parameters configurable? TESTER_SENDER_PORT TESTER_RECEIVE_PORT TARGET_SENDER_PORT TARGET_RECEIVE_PORT This will be more flexible to deal with devices that hashed their openflow port_n

[Ryu-devel] [PATCH 1/2] bgp: support add/delete VPNv6 VRF

2014-08-08 Thread Hiroshi Yokoi
added VPNv6 route family VRF support. This patch enables addition and deletion of VPNv6 VRF. Signed-off-by: Hiroshi Yokoi --- ryu/services/protocols/bgp/bgpspeaker.py | 10 +- ryu/services/protocols/bgp/core_managers/table_manager.py | 2 +- 2 files changed, 10 insertio

[Ryu-devel] [PATCH 2/2] bgp: support add/delete vpnv6 prefix

2014-08-08 Thread Hiroshi Yokoi
added VPNv6 prefix support. This patch enables addition and deletion of VPNv6 prefix. Signed-off-by: Hiroshi Yokoi --- ryu/services/protocols/bgp/api/base.py | 1 + ryu/services/protocols/bgp/bgpspeaker.py | 33 -- .../protocols/bgp/core_managers/table_