netshell01: Add netstat command

This commit is contained in:
Joel Sherrill 2012-10-23 11:01:36 -05:00
parent b6ac989f8a
commit 2cf245e32d

View File

@ -12,6 +12,7 @@
#define CONFIGURE_SHELL_USER_COMMANDS \
&rtems_shell_PING_Command, \
&rtems_shell_ROUTE_Command, \
&rtems_shell_NETSTAT_Command, \
&rtems_shell_IFCONFIG_Command
#include <rtems/shellconfig.h>