Subhendu Ghosh wrote:
> I am running the testuite on FreeBSD 5.4 and seeing errors for 4.15 and
> then 4.16 is skipped
>
> In particular:
> "NG
> Cannot send Packet Too Big message"
>
>
> final error:
>
> Destination
> 00:11:51vSend(Link0,PktTooBig_others)
> !!! "./mcastOne.def", line 164: error: substr
> (_PACKET_IPV6_echo_request_refOthers=49,0,1232) exceeded
> !!! V6evalTool.pm vSend() return status=1
>
>
> Has anyone seen this?
>
> Actual results at:
> https://ipv6-compliance.108.redhat.com/nonav/v3_0_10/RHEL5_B1/20061020.1/Self_Test_1-4-3/pmtu.p2/index.html
According to the log, I found ping6.rmt on your machine was wrong.
| vRemote(ping6.rmt) ``/usr/local/v6eval//bin/linux-v6//ping6.rmt -t linux-v6 \
| -u root -p rhts -d cuaa0 -o 1 size=1452 addr=FF1E::1:2 if=eth1 ''
^^^^
| [root@dell-sc1425-02 ~]# ping6 -n -c 1 -i 1 -s 2 -p 00 -w 2 -I eth1 FF1E::1:2
~
You need to modify ping6.rmt. The value of "-s option" at the ping6 command
must be same as the value of "size=". Namely, "-s 1452" is correct here.
Best Regards,
--
Mitsuru Chinen <mitch@jp.ibm.com>