Re: [Ryu-devel] Adding 2 flows simultaneously
Hi, On 2015年07月12日 15:04, Adrián Fernández wrote: > Hello, > > I want to add 2 different flows for one packet_in event, is it possible? > Something like: > > if ip4_pkt: >match = parser.OFPMatch(in_port=in_port, eth_dst=mac_dst, >eth_type=
[Ryu-devel] Adding 2 flows simultaneously
Hello, I want to add 2 different flows for one packet_in event, is it possible? Something like: if ip4_pkt: match = parser.OFPMatch(in_port=in_port, eth_dst=mac_dst, eth_type=0x0800, ipv4_src='10.0.0.1') match2 = parser.OFPMatch
