Hello,
You can use a tuple to specify an IP network instead. For example,
match = parser.OFPMatch(ipv4_dst=('10.0.0.0', '255.255.255.0'),
eth_type=0x0800)
2014-07-28 17:34 GMT+08:00 Yuliang Li <liyuliang...@gmail.com>:
> Hi all,
>
> I want to use wildcard in Ryu. But when I typed
> "match=parser.OFPMatch(ipv4_dst='10.0.0.0/24',eth_type=0x800)",
> I got
> "ValueError: IPAddress() does not support netmasks or subnet prefixes!
> See documentation for details".
>
> Could anyone tell me how to use wildcard in Ryu? Thanks a lot!
>
> Yuliang
>
>
> ------------------------------------------------------------------------------
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
>
--
Sincerely,
Wei-Li Tang
RD Engineer, Xinguard Inc.
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel