diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-02-05 18:29:39 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-02-05 18:29:39 -0800 |
commit | 24631daaf1d68ebd1c8ce7973dccb8f1a89a1d6e (patch) | |
tree | b18e2714cf56e5dcbc26d61fe6711962808de5a1 /templates/show/firewall | |
parent | b70edadeac1f18f9887037c1772a2f88a4420027 (diff) | |
download | vyatta-op-firewall-24631daaf1d68ebd1c8ce7973dccb8f1a89a1d6e.tar.gz vyatta-op-firewall-24631daaf1d68ebd1c8ce7973dccb8f1a89a1d6e.zip |
add the following commands
'show firewall detail'
'show firewall statistics'
'clear firewall modify <fw-modify> counters'
'clear firewall modify <fw-modify> rule <rule-num> counters'
allow show command on rule 1025 for any chain
Diffstat (limited to 'templates/show/firewall')
-rw-r--r-- | templates/show/firewall/detail/node.def | 2 | ||||
-rw-r--r-- | templates/show/firewall/statistics/node.def | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/show/firewall/detail/node.def b/templates/show/firewall/detail/node.def new file mode 100644 index 0000000..97b88db --- /dev/null +++ b/templates/show/firewall/detail/node.def @@ -0,0 +1,2 @@ +help: Show detailed firewall information +run: ${vyatta_bindir}/vyatta-show-firewall.pl "all_all" /opt/vyatta/share/xsl/show_firewall_detail.xsl diff --git a/templates/show/firewall/statistics/node.def b/templates/show/firewall/statistics/node.def new file mode 100644 index 0000000..7d09e66 --- /dev/null +++ b/templates/show/firewall/statistics/node.def @@ -0,0 +1,2 @@ +help: Show firewall counter information +run: ${vyatta_bindir}/vyatta-show-firewall.pl "all_all" /opt/vyatta/share/xsl/show_firewall_statistics.xsl |