Index: ossp-pkg/l2/l2_test.c RCS File: /v/ossp/cvs/ossp-pkg/l2/l2_test.c,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/l2/l2_test.c,v' 2>/dev/null --- l2_test.c 2001/09/06 19:29:44 1.14 +++ l2_test.c 2001/09/08 11:25:29 1.15 @@ -85,9 +85,9 @@ IPPROTO_UDP, AF_INET, "localhost", 2002) != L2_OK) die("failed to configure socket ipv4 channel"); -// if (l2_channel_configure(chSock, "protocol,ipversion,host,port",\ -// IPPROTO_TCP, AF_INET6, "0:0:0:0:0:0:0:1", 2002) != L2_OK) -// die("failed to configure socket ipv6 channel"); +/* if (l2_channel_configure(chSock, "protocol,ipversion,host,port",\ + IPPROTO_TCP, AF_INET6, "0:0:0:0:0:0:0:1", 2002) != L2_OK) + die("failed to configure socket ipv6 channel"); */ if (l2_channel_open(chSock) != L2_OK) die("failed to open socket channel");