Re: [Networktest-sctp] Can we test it on freebsd 8.2 ?
Brought to you by:
fnst-netdev
|
From: Wei Y. <yj...@cn...> - 2011-06-15 00:47:53
|
> On 06/14/2011 04:36 PM, Weiping Pan wrote: >> On 06/14/2011 02:32 PM, Wei Yongjun wrote: >>>> Hi, >>>> >>>> I want to test linux sctp conformance. >>>> >>>> First I install freebsd 8.2, and then follow instructions at http://networktest.sourceforge.net/usage.html >>>> >>>> Before I patch v6eval-3.1.0-linux-fnst.patch and v6eval-3.1.0-linux-sctp-fnst.patch, >>>> v6eval-3.1.0 can make successfully, >>>> But after I patch these two patches, it can't compile. There are some errors in Makefile. >>>> >>>> Which release of freebsd should I use ? freebsd 7.4 ? >>>> >>>> Can I use a linux as TN ? If yes, how to make v6eval and sctp ? >>> those two patches make you can install v6eval under linux, such as fedora or rhel, but >>> not under freebsd. >>> >> Ok, I can compile v6eval and sctp on fedora 14. >> >> But when I run /usr/local/v6eval/bin/autorun INDEX, >> error occurs. >> I setup correct ipv4 and ipv6 address, and they can ping each other. >> >> ========== TEST 1 ========== >> ping/ping.seq -pkt ping/packet.def -log 1.html -ti "link local ping test" >> V6evalTool.pm Could not get ready response from >> Died at /usr/local/share/perl5/V6evalTool.pm line 2597. >> BEGIN failed--compilation aborted at /usr/local/share/perl5/V6evalTool.pm line 2794. >> Compilation failed in require at ping/ping.seq line 45. >> BEGIN failed--compilation aborted at ping/ping.seq line 45. >> -> internal error >> >> many thanks >> Weiping Pan > This error is because i didn't install yacc, so my compilation is not complete. > > Oh, I finally make sctp conformance run. > > I think your two patches can work against v6eval-3.3.2, I can compile it successfully, is that right? not sure, maybe you need to patch them manual, it should works. > > many thank > Weiping Pan > |