// // $Copyright$ // // GLOBAL_irregRA_prfxopt_ignore_mcast.def // // $Id: GLOBAL_irregRA_prfxopt_ignore_mcast.def,v 1.1.1.1 2000/10/31 22:39:24 sekiya Exp $ #define GLOBAL_MCAST_PRFX "FF1E::" #define GLOBAL_MCAST_PRFXLEN 64 #define DADV6ADDR v6merge(GLOBAL_MCAST_PRFX, GLOBAL_MCAST_PRFXLEN, nutv6()) #include "BASIC.def" _PRFXOPT_define(prefixopt_test, v6(GLOBAL_MCAST_PRFX), GLOBAL_MCAST_PRFXLEN, ) FEM_ADDRCONF_ra(usolra, _HETHER_src2allnodes, _SRC(v6src()); , option=_SLLOPT_src; option=prefixopt_test; //may be irregular, Multicast prefix is ignored, RFC ... ) //end