// // $Copyright$ // // $TAHI: ct/mip6/CN_PingAfterIncorrectBu.def,v 1.2.4.3 2001/12/25 04:40:20 akisada Exp $ // #define CAREOFADDR "3ffe:501:ffff:103:200:ff:fe00:000b" #define HOMEADDR "3ffe:501:ffff:102:200:ff:fe00:000b" #include "CN_Common.def" //================================================================ // Binding Update (no Home Address Option) FEM_upp_no_next_header_exth( bindingupdate, _HETHER_r12nut, { _SRC(v6(CAREOFADDR)); _DST(nut2v6(_GLOBAL0_UCAST_PRFX, 64)); }, { header = _HDR_IPV6_NAME(bindingupdate); exthdr = ext_bindingupdate; upper = _UPP_NONEXT_NAME(bindingupdate); }, {} ) Hdr_Destination ext_bindingupdate { option = opt_bindingupdate; option = opt_pad4; } Opt_MIPBindingUpdate opt_bindingupdate { Lifetime = 0xffffffff; }