On May 4, 2016, at 11:14 AM, Eman Bany salameh <[email protected]> wrote: > > File > "/usr/local/lib/python2.7/dist-packages/ryu/ofproto/ofproto_v1_3_parser.py", > line 842, in __getitem__ > return dict(self._fields2)[key] > KeyError: 'ipv4_src' > > > what is the problem of this??
It would appear that the OFPMatch did not contain ipv4_src. Hence, the dictionary constructed from _fields2 (internal to the OFPMatch) did not contain a key for ipv4_src, and returned the above error. Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]duke.edu ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
