Re: [Ryu-devel] Missing dpset.EventPortAdd

2017-05-09 Thread Raymond Burkholder
> On 8 May 2017, at 23:25, Fujimoto Satoshi wrote: > > Hi, Raymond > > Umm, I could not reproduce the problem... > I can receive EventPortAdd with your code and topology. > Hi Fujimoto Satoshi, After thinking about what you said, there seems to be a difference in how Ryu handles mininet mana

Re: [Ryu-devel] Missing dpset.EventPortAdd

2017-05-08 Thread Fujimoto Satoshi
Hi, Raymond Umm, I could not reproduce the problem... I can receive EventPortAdd with your code and topology. I think you should check the followings: * When you add a port to OVS, is the command syntax is correct? I added a port by running the command like: ovs-vsctl add-port s1 s1-eth2 *

Re: [Ryu-devel] Missing dpset.EventPortAdd

2017-05-08 Thread Raymond Burkholder
On 05/08/2017 09:29 PM, Fujimoto Satoshi wrote: > Hi ,Raymond > > On my environment, dpset.EventPortAdd was properly called. > Could you share your log message of ryu and "ryu_handler.py" ? Are you looking for the log from --verbose mode? The log messages are on my machine at the office. I won't

Re: [Ryu-devel] Missing dpset.EventPortAdd

2017-05-08 Thread Fujimoto Satoshi
Hi ,Raymond On my environment, dpset.EventPortAdd was properly called. Could you share your log message of ryu and "ryu_handler.py" ? Thanks, Fujimoto On 2017年05月09日 01:11, Raymond Burkholder wrote: > I have three event handlers as shown. The dpset.EvenPortAdd doesn't seem to > be called. Is t

[Ryu-devel] Missing dpset.EventPortAdd

2017-05-08 Thread Raymond Burkholder
I have three event handlers as shown. The dpset.EvenPortAdd doesn't seem to be called. Is there something over-riding that event? I can see the ..Delete and ..Modify events being called. The decorator seems correct. I am using Ryu 4.13. Even the ofp.OFPPR_ADD doesn't seem to be called in ofp