// // $Copyright$ // // LLOCAL_invalNS_dst_allnodes.def // // You have to define the following name of 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_invalNS_dst_allnodes.def,v 1.1.1.1 2000/10/31 22:39:24 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: // invalid DAD NS (RFC2461 7.1.1 Validation of NS) // DestinationAddress= allnodes multicast address, it MUST be solicited-node address FEM_icmp6_ns( dadpkt_to_NUT, _HETHER_nut2allnodes, { _SRC(v6(_UNSPEC_ADDR)); _DST(v6(_ALLNODES_MCAST_ADDR)); //invalid HopLimit=255; }, { TargetAddress=DADV6ADDR; } ) //end