summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems
diff options
context:
space:
mode:
authorChristian Mauderer <Christian.Mauderer@embedded-brains.de>2016-07-22 14:49:49 +0200
committerChristian Mauderer <Christian.Mauderer@embedded-brains.de>2016-08-02 10:21:52 +0200
commit7f86f6afc701b350eed51a897a83d608c4cf1c75 (patch)
tree4eeaacdc6831f629a27371db817c5a7209126394 /rtemsbsd/rtems
parentpfctl: build files. (diff)
downloadrtems-libbsd-7f86f6afc701b350eed51a897a83d608c4cf1c75.tar.bz2
pfctl: Add rtems_bsd_command_pfctl.
Diffstat (limited to 'rtemsbsd/rtems')
-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 1271ff36..fe63a5aa 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 */