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
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
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
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_