diff options
author | susheela <susheela.vaidya@vyatta.com> | 2012-10-06 14:57:20 -0700 |
---|---|---|
committer | susheela <susheela.vaidya@vyatta.com> | 2012-10-06 14:57:20 -0700 |
commit | 5df406f84ec7e1567d813e7b0d1e264a12e3cd06 (patch) | |
tree | 8d4c16cdd8c15f2604d62ad5fd32f440ba9041a4 /templates/show/policy/route | |
parent | dc8309dfb4ad12a5a1654952a2058db2850108d5 (diff) | |
download | vyatta-op-firewall-5df406f84ec7e1567d813e7b0d1e264a12e3cd06.tar.gz vyatta-op-firewall-5df406f84ec7e1567d813e7b0d1e264a12e3cd06.zip |
PBR op commands: a clean up and fixes for 8349, 8334
Diffstat (limited to 'templates/show/policy/route')
6 files changed, 6 insertions, 6 deletions
diff --git a/templates/show/policy/route/node.def b/templates/show/policy/route/node.def index 8a16e04..1edb74a 100644 --- a/templates/show/policy/route/node.def +++ b/templates/show/policy/route/node.def @@ -1,2 +1,2 @@ -help: Show IPv4 firewall modify chains +help: Show IPv4 policy route information run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_all" /opt/vyatta/share/xsl/show_firewall_detail.xsl diff --git a/templates/show/policy/route/node.tag/node.def b/templates/show/policy/route/node.tag/node.def index 096bac0..dadb0f0 100644 --- a/templates/show/policy/route/node.tag/node.def +++ b/templates/show/policy/route/node.tag/node.def @@ -1,4 +1,4 @@ -help: Show rules for given IPv4 firewall modify chain +help: Show rules for given IPv4 policy route allowed: local -a vals eval "vals=($(cli-shell-api listActiveNodes firewall modify))" diff --git a/templates/show/policy/route/node.tag/rule/node.def b/templates/show/policy/route/node.tag/rule/node.def index 44a9e1a..1ab5a92 100644 --- a/templates/show/policy/route/node.tag/rule/node.def +++ b/templates/show/policy/route/node.tag/rule/node.def @@ -1 +1 @@ -help: Show summary of IPv4 firewall modify rules +help: Show summary of IPv4 policy rules diff --git a/templates/show/policy/route/node.tag/rule/node.tag/node.def b/templates/show/policy/route/node.tag/rule/node.tag/node.def index e79461e..9ce91b2 100644 --- a/templates/show/policy/route/node.tag/rule/node.tag/node.def +++ b/templates/show/policy/route/node.tag/rule/node.tag/node.def @@ -1,4 +1,4 @@ -help: Show summary of IPv4 firewall modify rules +help: Show summary of IPv4 policy rule allowed: local -a vals eval "vals=($(cli-shell-api listActiveNodes \ diff --git a/templates/show/policy/route/node.tag/statistics/node.def b/templates/show/policy/route/node.tag/statistics/node.def index a96479b..2b82928 100644 --- a/templates/show/policy/route/node.tag/statistics/node.def +++ b/templates/show/policy/route/node.tag/statistics/node.def @@ -1,2 +1,2 @@ -help: Show IPv4 firewall modify counter information +help: Show IPv4 policy counter information run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_$4" /opt/vyatta/share/xsl/show_firewall_statistics.xsl diff --git a/templates/show/policy/route/statistics/node.def b/templates/show/policy/route/statistics/node.def index ae89dec..618ec1f 100644 --- a/templates/show/policy/route/statistics/node.def +++ b/templates/show/policy/route/statistics/node.def @@ -1,2 +1,2 @@ -help: Show firewall counter information +help: Show IPv4 policy counter information run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_all" /opt/vyatta/share/xsl/show_firewall_statistics.xsl |