// // $Copyright$ // // LLOCAL_valNA_DiffMacAddr.def // // You have to define the following address and frames. // DADV6ADDR : v6 Tentative address for DAD // dadns_from_NUT : DAD NS comming from NUT on DAD // chkconf_dadns_to_NUT : DAD NS send to NUT to check if address is configured // chkconf_dadna_from_NUT : DAD NA comming from NUT if addrss is configured // dadpkt_to_NUT : DAD Packet send to NUT to test DAD // // $Id: LLOCAL_valNA_DiffMacAddr.def,v 1.1.1.1 2000/09/28 00:15:16 sekiya Exp $ // // DADV6ADDR // dadns_from_NUT // chkconf_dadns_to_NUT // chkconf_dadna_from_NUT // hether_nut2tentsolnode // hether_tn2tentsolnode // to define this, include the basic definition file. #include "BASIC.def" // // dadpkt_to_NUT // Description: // DAD Packet send to NUT to test DAD // Spec: // available to force NUT state DADFinishFail // (Ether MAC address is not same as NUT) // valid DAD NA FEM_icmp6_na( dadpkt_to_NUT, _HETHER_tn2allnodes, { _SRC(DADV6ADDR); _DST(v6(_ALLNODES_MCAST_ADDR)); HopLimit=255; }, { RFlag=0; // host (MUST) SFlag=0; // (MUST) OFlag=1; // (SHOULD) TargetAddress=DADV6ADDR; option=_TLLOPT_nut; } ) //end