> >>So far so good, but where is the arp resolution being triggered ? > >> > >> > > > >Question for meem (can be answered by using dtrace probes): is > >the ire_nce_init call for H being passed an fp_mp? > > 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.
Yes, I overlooked this. I've done some testing and this is true in my bits -- and seems to be true in onnv as well. Is there a reason why ire_fp_mp has to be NULL? Seems like in the IPMP case, all interfaces in the group should be able to use it. -- meem
