mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 18:19:27 +08:00
Add sbin/sysctl
This commit is contained in:
@@ -54,3 +54,12 @@ rtems_shell_cmd_t rtems_shell_TCPDUMP_Command = {
|
||||
NULL, /* alias */
|
||||
NULL /* next */
|
||||
};
|
||||
|
||||
rtems_shell_cmd_t rtems_shell_SYSCTL_Command = {
|
||||
"sysctl", /* name */
|
||||
"sysctl [-bdehiNnoRTqx] [-f filename] name[=value] ...", /* usage */
|
||||
"net", /* topic */
|
||||
rtems_bsd_command_sysctl, /* command */
|
||||
NULL, /* alias */
|
||||
NULL /* next */
|
||||
};
|
||||
|
Reference in New Issue
Block a user