> > Looking at the code we can see that ire_fp_mp is NULL in the ipmp > > case. lines 8562-8571 ip.c I believe you should hit this bug in onnv. > > have you actually tested the equivalent case in onnv? (I thought > you mentioned that you did not see this with onnv.. trying to > understand why)
I have not tested against onnv. Is it possible that: 6508701 ire_add_v4() often adds unresolved IREs even when told not to ... is playing a role here? Specifically, before that fix, ire_add_v4() will add unresolved IREs regardless of the allow_unresolved flag. So wouldn't that mask this bug? If so, seems like IPMP should be pretty broken in Nevada right now. -- meem
