<br clear="all">Hello Everyone,<br><br>First i will say thanks to <a href=
="mailto:yjwei@cn.fujitsu.com">yjwei@cn.fujitsu.com</a> to provide us qui=
ck and valuable response . <br><br>Trying to add a new testcase in IPv6 Sel=
fTest_4-0-3 for RDNSS Option in Router advertisement .according to there di=
rection --<br>
<br>1- I am able to make the changes in v6eval_3-0-12/lib/Pz/McICMPv6.cc , =
v6eval_3-0-12/lib/Pz/McICMPv6.h, v6eval_3-0-12/lib/Pz/McInit.cc  <br><br>=
2- Compiled the v6eval source using &quot;make&quot; without any error .<br=
>
<br>3-Then installed v6eval in usr/local/v6eval directory using the followi=
ng commands &quot;make install&quot;<br><br>4-Hence v6eval engine side code=
 is installed without any error .<br><br><br>Now Introducing a sample test =
case in SelfTest_4-0-3/addr.p2 such as - RDNSS Lifetime becomes zero .<br>
<br>Hence based on the understanding, we would like to follow below approac=
h<br><br>1- Added the test case in INDEX_P2_HOST such as --<br><br>  &amp=
;print:Test v6LC.3.2.4: RDNSS Option Processing (Hosts Only)<br><br>  ./R=
A_wLT0.seq:RA_SAA.def:::Part H&amp;#58; Valid Lifetime is zero:1<br>
<br>2-Added new seq file RA_wLT0.seq (Mapped to RA_wVLT0.seq in addr.p2 ) f=
or new test case <br><br>  and make the change in the frame RA_GA0_VLT0 -=
--&gt;RA_GA0_LT0<br><br>  vSend($IF, RA_GA0_LT0);<br><br>3- Make the chan=
ges in RA_SAA.def such as -<br>
<br>  3.1 - add the option in the RA <br><br>  FEM_icmp6_ra (<br>  ra=
,<br>  _HETHER_tn2allnodes,<br>  {<br>  _SRC(tnv6());<br>  _DST(v6(=
_LLOCAL_ALLNODES_MCAST_ADDR));<br>  HopLimit=255;<br>  },<br>  {<br=
>  option=rdnss_ra;<br>
<br>  }<br><br>  3.2- Define the frame - RA_GA0_LT0 and add the option =
for Rdnss Lifetime zero<br><br>  (but i am getting compilation Error when=
ever i am introducing option=RdnssOptGA0_LT0 in the frame)<br><br>  FEM=
_ADDRCONF_ra(RA_GA0_VLT0, _HETHER_src2allnodes,<br>
  _SRC(v6src());<br>  ,<br>  option=_SLLOPT_src;<br>  option=Pr=
efixOptGA0_VLT0;<br><br>  option=RdnssOptGA0_LT0;<br><br>  )<br><br>=
  3.3-Define RdnssOptGA0_LT0 such as --<br><br>  _RDNSSOPT_define(Rdnss=
OptGA0_LT0,<br>  Lifetime=0;<br>
  Reserved=0;<br>  )<br><br>4- Make the same changes in SAA.def and v=
6LC_3_2_1_A.def <br><br>Regards<br>kritesh tripathi<br><br>