Hi, I went through nicira.py in pox and nicira-ext.h in OVS. According to my understanding to use Bundle action i have to add a class in nicira.py as class nx_action_bundle (of.ofp_action_vendor_base): Is it right? if not from where to start?
Thanks and Regards, Padma V On Mon, Jan 5, 2015 at 8:26 PM, Padma Jayasankar <[email protected]> wrote: > Hi, > For this do i have to make changes in nicira.py.. Could u please provide > some more input or links for this. > > Thanks and Regards, > Padma V > > On Sun, Dec 21, 2014 at 7:35 AM, Murphy McCauley < > [email protected]> wrote: > >> I think you'd use the OVS "bundle" action with the >> NX_BD_ALG_ACTIVE_BACKUP algorithm. POX doesn't currently have support for >> the bundle action, unfortunately. Implementing it shouldn't be that hard; >> I just haven't had the time. >> >> -- Murphy >> >> On Dec 16, 2014, at 8:30 PM, Padma Jayasankar <[email protected]> >> wrote: >> >> > Hi, >> > Is it possible to incorporate fast fail over feature of openflow 1.1 >> in POX using nicira's extensions.If so could u please provide some input >> about that. >> > >> > Thanks and Regards, >> > Padma V >> >> >
