summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-bsd-shell-netcmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/rtems/rtems-bsd-shell-netcmds.c')
-rw-r--r--rtemsbsd/rtems/rtems-bsd-shell-netcmds.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/rtemsbsd/rtems/rtems-bsd-shell-netcmds.c b/rtemsbsd/rtems/rtems-bsd-shell-netcmds.c
index e6eea024..8b4e3c70 100644
--- a/rtemsbsd/rtems/rtems-bsd-shell-netcmds.c
+++ b/rtemsbsd/rtems/rtems-bsd-shell-netcmds.c
@@ -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 */