pfctl: Add rtems_bsd_command_pfctl.

This commit is contained in:
Christian Mauderer
2016-07-22 14:49:49 +02:00
parent c79290aba6
commit 7f86f6afc7
3 changed files with 13 additions and 0 deletions

View File

@@ -28,6 +28,15 @@ rtems_shell_cmd_t rtems_shell_NETSTAT_Command = {
NULL /* next */
};
rtems_shell_cmd_t rtems_shell_PFCTL_Command = {
"pfctl", /* name */
"pfctl [args]", /* usage */
"net", /* topic */
rtems_bsd_command_pfctl, /* command */
NULL, /* alias */
NULL /* next */
};
rtems_shell_cmd_t rtems_shell_PING_Command = {
"ping", /* name */
"ping [args]", /* usage */