> Not sure exactly what changes you have made, but as I recall it, > the onnv code goes like this (thirumalai, could you please correct me > if I got something wrong, esp. in the ipmp code path): > > - get to ip_newroute() to add IRE_CACHE entry for H (with intf ce1, say). > Find the IRE_CACHE entry for G (with "ce0") in REACHABLE state. > > - go to do ire_add_then_send(). Now we will try to do > ire_create -> ... -> ire_nce_init, but we will be passing in the > res_mp from G's nce, but ire_nce_init() will call ndp_lookup_then_add > with ire_ill set to ce1. So the ndp code should correctly end up > adding another nce with the ill set to ce0. > > - later when the ip_newroute() code does ire_add_then_send, the > ndp_lookup_v4 call should find the nce corresponding to ce1.
I see; that makes sense. I will investigate why this isn't working in my workspace and get back to you. Many thanks, -- meem
