Hi all:
I am reading the code of mipl2.0. I'm confused with the following struct(src/mh.h),especially the three coas:local_coa,remote_coa,bind_coa.What's the relationship between them and the hoa?
[struct in6_addr_bundle {
struct in6_addr *src;
struct in6_addr *dst;
struct in6_addr *local_coa;
struct in6_addr *remote_coa;
struct in6_addr *bind_coa;}]
struct in6_addr *src;
struct in6_addr *dst;
struct in6_addr *local_coa;
struct in6_addr *remote_coa;
struct in6_addr *bind_coa;}]
Any advices or suggestions will be appreciated.Thank you all.
_______________________________________________ mipl mailing list [email protected] http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl
