diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-02-06 15:07:45 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-02-06 15:07:45 -0800 |
commit | 687a73aa9bd81c1ab4a7a5de7bd0ce32305481f9 (patch) | |
tree | 7a4cc3443ca820807ef2cf6fa1a9e3095520649a | |
parent | ec78e02618bcec3017dfc440e3a791a0620d8eef (diff) | |
download | vyatta-op-firewall-687a73aa9bd81c1ab4a7a5de7bd0ce32305481f9.tar.gz vyatta-op-firewall-687a73aa9bd81c1ab4a7a5de7bd0ce32305481f9.zip |
add 'show firewall <fw-type> detail' and 'show firewall <fw-type> statistics'
8 files changed, 16 insertions, 0 deletions
diff --git a/templates/show/firewall/ipv6-modify/detail/node.def b/templates/show/firewall/ipv6-modify/detail/node.def new file mode 100644 index 0000000..5fb43bc --- /dev/null +++ b/templates/show/firewall/ipv6-modify/detail/node.def @@ -0,0 +1,2 @@ +help: Show detailed firewall information +run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_all" /opt/vyatta/share/xsl/show_firewall_detail.xsl diff --git a/templates/show/firewall/ipv6-modify/statistics/node.def b/templates/show/firewall/ipv6-modify/statistics/node.def new file mode 100644 index 0000000..ae89dec --- /dev/null +++ b/templates/show/firewall/ipv6-modify/statistics/node.def @@ -0,0 +1,2 @@ +help: Show firewall counter information +run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_all" /opt/vyatta/share/xsl/show_firewall_statistics.xsl diff --git a/templates/show/firewall/ipv6-name/detail/node.def b/templates/show/firewall/ipv6-name/detail/node.def new file mode 100644 index 0000000..5fb43bc --- /dev/null +++ b/templates/show/firewall/ipv6-name/detail/node.def @@ -0,0 +1,2 @@ +help: Show detailed firewall information +run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_all" /opt/vyatta/share/xsl/show_firewall_detail.xsl diff --git a/templates/show/firewall/ipv6-name/statistics/node.def b/templates/show/firewall/ipv6-name/statistics/node.def new file mode 100644 index 0000000..ae89dec --- /dev/null +++ b/templates/show/firewall/ipv6-name/statistics/node.def @@ -0,0 +1,2 @@ +help: Show firewall counter information +run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_all" /opt/vyatta/share/xsl/show_firewall_statistics.xsl diff --git a/templates/show/firewall/modify/detail/node.def b/templates/show/firewall/modify/detail/node.def new file mode 100644 index 0000000..5fb43bc --- /dev/null +++ b/templates/show/firewall/modify/detail/node.def @@ -0,0 +1,2 @@ +help: Show detailed firewall information +run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_all" /opt/vyatta/share/xsl/show_firewall_detail.xsl diff --git a/templates/show/firewall/modify/statistics/node.def b/templates/show/firewall/modify/statistics/node.def new file mode 100644 index 0000000..ae89dec --- /dev/null +++ b/templates/show/firewall/modify/statistics/node.def @@ -0,0 +1,2 @@ +help: Show firewall counter information +run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_all" /opt/vyatta/share/xsl/show_firewall_statistics.xsl diff --git a/templates/show/firewall/name/detail/node.def b/templates/show/firewall/name/detail/node.def new file mode 100644 index 0000000..5fb43bc --- /dev/null +++ b/templates/show/firewall/name/detail/node.def @@ -0,0 +1,2 @@ +help: Show detailed firewall information +run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_all" /opt/vyatta/share/xsl/show_firewall_detail.xsl diff --git a/templates/show/firewall/name/statistics/node.def b/templates/show/firewall/name/statistics/node.def new file mode 100644 index 0000000..ae89dec --- /dev/null +++ b/templates/show/firewall/name/statistics/node.def @@ -0,0 +1,2 @@ +help: Show firewall counter information +run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_all" /opt/vyatta/share/xsl/show_firewall_statistics.xsl |