Commit 0d98f603 authored by Franco Fichtner's avatar Franco Fichtner

status: dump more raw ipfw info; closes #450

parent 19c90f70
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment