Re: [Ryu-devel] Chain ryu_neutron_agent tables rules

2014-04-03 Thread arjun jayaprakash
Thanks Kaneko, I tried flushing both arp & IP tables, but same results. Any idea by when those Openstack fix will be available. Regards, Shankar. On Thursday, 3 April 2014 5:31 PM, Yoshihiro Kaneko wrote: Hi, 2014-04-02 19:56 GMT+09:00 arjun jayaprakash : > Chain ryu_neutron_agen-s85e1f2a9-

Re: [Ryu-devel] Chain ryu_neutron_agent tables rules

2014-04-03 Thread Yoshihiro Kaneko
Hi, 2014-04-02 19:56 GMT+09:00 arjun jayaprakash : > Chain ryu_neutron_agen-s85e1f2a9-c (1 references) > target prot opt source destination > RETURN all -- 10.0.0.3 anywhere MAC > FA:16:3E:73:59:71 > DROP all -- anywhere anywhere

[Ryu-devel] How does a RYU app trigger an event like EventOFPPacketIn ?

2014-04-03 Thread LIU, Kun
Hi all, I am wondering how does a RYU app trigger an event (e.g. ,EventOFPPacketIn) ? I plan to develop my own app with some new defined events, however I do not know the mechanism of events, and I cannot find out from the source codes. Thanks a lot. Best Regards, Kun Liu ---