On Tue, 20 May 2014 11:46:02 +0200
Jean Guegant <[email protected]> wrote:
> Dear ryu's community,
>
> I want to create a ryu application which contains an OpenFlow match on
> a subnet:
>
> OFPMatch(eth_type=ether.ETH_TYPE_IP, ipv4_dst='192.168.0.0/24',
> ipv4_src='192.168.0.0/24')
You can specify the mask in the following way:
OFPMatch(eth_type=ether.ETH_TYPE_IP,
ipv4_src=('1.1.1.1', '255.255.255.0'))
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel