[support] MR Flag Prob
Romain KUNTZ
kuntz at lsiit.u-strasbg.fr
Tue Jun 2 22:05:03 JST 2009
Hi Ben,
I've added the support ML as architecture issues have been discussed
recently there.
On 2009/06/01, at 19:38, Ben McCarthy wrote:
> I just stuck a check in to process_first_home_bu after the line:
>
> bule->flags = (IP6_MH_BU_HOME | IP6_MH_BU_ACK |
> hai->lladdr_comp | hai->mob_rtr);
>
> I put in:
>
> if(bule->flags & IP6_MH_BU_MR)
> Print..
> Else
> ..
>
> And it appears that IP6_MH_BU_MR isn’t set at this stage. Could this
> be anything to do with the difference in endianess between x86 and
> mips?
>
> Are there any other checks you can recommend I perform?
Could you check the value of "hai->mob_rtr" in the above code? It is
supposed to be set to IP6_MH_BU_MR when the "IsMobRtr" flag is enabled
in the config file of the MR (it is set in src/gram.y).
Cheers,
romain
More information about the Support
mailing list