Hi,

Correction is required for the "netdefs.h" file.




diff --git a/testcases/network/tcp_cmds/include/netdefs.h 
b/testcases/network/tcp_cmds/include/netdefs.h
index 067f20a..c6647e9 100644
--- a/testcases/network/tcp_cmds/include/netdefs.h
+++
 b/testcases/network/tcp_cmds/include/netdefs.h
@@ -37,7 +37,7 @@ typedef struct sockaddr_in6   sai_t;
 #define AFI                    AF_INET6
 #define IERP                   ICMP6_ECHO_REPLY
 #define IERQ                   ICMP6_ECHO_REQUEST
-#define ICMP_PROTO             "ipv6-imcp"
+#define ICMP_PROTO             "ipv6-icmp"
 #define
 PFI                    PF_INET6

 #else
@@ -52,7 +52,7 @@ typedef struct sockaddr_in    sai_t;
 #define AFI                    AF_INET
 #define IERP                   ICMP_ECHOREPLY
 #define IERQ                   ICMP_ECHO
-#define ICMP_PROTO             "imcp"
+#define
 ICMP_PROTO             "icmp"
 #define PFI                    PF_INET

 #endif


 
Thanks and Regards, 
CHANDRASHEKHAR NANDI
------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to