[nox-dev] working of switch api on link failure

2010-11-26 Thread sachin sharma
Hi, I have gone through the switch api of code at nox (/home/user/newnox/src/nox/coreapps/switch/switch.cc) but i do not find any action of switch on link failure. when i run nox with this switch api then flow entries are getting added in openvswitch. But when I make one of outgoing link down

Re: [nox-dev] Flow removed callback function input parameters.

2010-11-26 Thread Murphy McCauley
Responses inline. On Nov 25, 2010, at 9:29 PM, K Singh wrote: > I was adding flow removed event in the pyswitch.py file. > >def install(self): > inst.register_for_packet_in(packet_in_callback) > inst.register_for_datapath_leave(datapath_leave_callback) > inst.register