diff options
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 |