mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
status: dump more raw ipfw info; closes #450
This commit is contained in:
parent
19c90f700e
commit
0d98f6031f
@ -119,7 +119,11 @@ defCmdT("top | head -n5", "/usr/bin/top | /usr/bin/head -n5");
|
||||
|
||||
defCmdT("sysctl hw.physmem","/sbin/sysctl hw.physmem");
|
||||
|
||||
defCmdT("ipfw show", "/sbin/ipfw show");
|
||||
if (is_module_loaded('ipfw')) {
|
||||
defCmdT('ipfw queue show', '/sbin/ipfw queue show');
|
||||
defCmdT('ipfw pipe show', '/sbin/ipfw pipe show');
|
||||
defCmdT('ipfw show', '/sbin/ipfw show');
|
||||
}
|
||||
|
||||
defCmdT("pfctl -sn", "/sbin/pfctl -sn");
|
||||
defCmdT("pfctl -sr", "/sbin/pfctl -sr");
|
||||
@ -132,7 +136,6 @@ defCmdT("pfctl -s nat -v","/sbin/pfctl -s nat -v");
|
||||
|
||||
defCmdT("PF OSFP","/sbin/pfctl -s osfp");
|
||||
|
||||
|
||||
defCmdT("netstat -s -ppfsync","netstat -s -ppfsync");
|
||||
|
||||
defCmdT("pfctl -vsq","/sbin/pfctl -vsq");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user