[rtems-libbsd commit] Add tcpdump to the test shell commands.

Chris Johns chrisj at rtems.org
Wed May 4 06:03:59 UTC 2016


Module:    rtems-libbsd
Branch:    master
Commit:    a1a2e10d98de6b3b68ab4cca4a78104fbaff1f73
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=a1a2e10d98de6b3b68ab4cca4a78104fbaff1f73

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed May  4 16:00:15 2016 +1000

Add tcpdump to the test shell commands.

---

 testsuite/include/rtems/bsd/test/default-network-init.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/include/rtems/bsd/test/default-network-init.h b/testsuite/include/rtems/bsd/test/default-network-init.h
index 44e4e31..55a2973 100644
--- a/testsuite/include/rtems/bsd/test/default-network-init.h
+++ b/testsuite/include/rtems/bsd/test/default-network-init.h
@@ -336,7 +336,8 @@ SYSINIT_NEED_NET_IF_VLAN;
   &rtems_shell_PING_Command, \
   &rtems_shell_ROUTE_Command, \
   &rtems_shell_NETSTAT_Command, \
-  &rtems_shell_IFCONFIG_Command
+  &rtems_shell_IFCONFIG_Command, \
+  &rtems_shell_TCPDUMP_Command
 
 #define CONFIGURE_SHELL_COMMAND_CPUUSE
 #define CONFIGURE_SHELL_COMMAND_PERIODUSE



More information about the vc mailing list