// $Copyright$ // // $Id: routerSendSolRaDefault.def,v 1.1.1.1 2000/10/31 22:39:03 sekiya Exp $ #include "nd.def" #include "ra.def" //---------------------------------------------------------------------- // RS from link-local // TN(link-local) ==> all-router // w/ SLLA option //---------------------------------------------------------------------- FEM_icmp6_rs(rs_tn2allrouter, _HETHER_tn2allrouters, { _SRC(tnv6()); _DST(v6(_ALLROUTERS_MCAST_ADDR)); HopLimit=255; }, { } ) //----------------------------------------------------------------------