diff options
Diffstat (limited to 'templates/show/policy')
12 files changed, 12 insertions, 12 deletions
diff --git a/templates/show/policy/ipv6-route/node.def b/templates/show/policy/ipv6-route/node.def index 4aee1ea..4ae2638 100644 --- a/templates/show/policy/ipv6-route/node.def +++ b/templates/show/policy/ipv6-route/node.def @@ -1,2 +1,2 @@ -help: Show IPv6 firewall modify chains +help: Show IPv6 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/ipv6-route/node.tag/node.def b/templates/show/policy/ipv6-route/node.tag/node.def index 60f872b..4442520 100644 --- a/templates/show/policy/ipv6-route/node.tag/node.def +++ b/templates/show/policy/ipv6-route/node.tag/node.def @@ -1,4 +1,4 @@ -help: Show rules for given IPv6 firewall modify chain +help: Show rules for given IPv6 policy route allowed: local -a vals eval "vals=($(cli-shell-api listActiveNodes firewall ipv6-modify))" diff --git a/templates/show/policy/ipv6-route/node.tag/rule/node.def b/templates/show/policy/ipv6-route/node.tag/rule/node.def index b4face1..d590ff0 100644 --- a/templates/show/policy/ipv6-route/node.tag/rule/node.def +++ b/templates/show/policy/ipv6-route/node.tag/rule/node.def @@ -1 +1 @@ -help: Show summary of IPv6 firewall modify rules +help: Show summary of IPv6 policy rules diff --git a/templates/show/policy/ipv6-route/node.tag/rule/node.tag/node.def b/templates/show/policy/ipv6-route/node.tag/rule/node.tag/node.def index fa7b4cb..4c78672 100644 --- a/templates/show/policy/ipv6-route/node.tag/rule/node.tag/node.def +++ b/templates/show/policy/ipv6-route/node.tag/rule/node.tag/node.def @@ -1,4 +1,4 @@ -help: Show summary of IPv6 firewall modify rules +help: Show summary of IPv6 policy rule allowed: local -a vals eval "vals=($(cli-shell-api listActiveNodes \ diff --git a/templates/show/policy/ipv6-route/node.tag/statistics/node.def b/templates/show/policy/ipv6-route/node.tag/statistics/node.def index 707efa3..cb643c0 100644 --- a/templates/show/policy/ipv6-route/node.tag/statistics/node.def +++ b/templates/show/policy/ipv6-route/node.tag/statistics/node.def @@ -1,2 +1,2 @@ -help: Show IPv6 firewall modify counter information +help: Show IPv6 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/ipv6-route/statistics/node.def b/templates/show/policy/ipv6-route/statistics/node.def index ae89dec..ac6a8b9 100644 --- a/templates/show/policy/ipv6-route/statistics/node.def +++ b/templates/show/policy/ipv6-route/statistics/node.def @@ -1,2 +1,2 @@ -help: Show firewall counter information +help: Show IPv6 policy counter information run: ${vyatta_bindir}/vyatta-show-firewall.pl "$3_all" /opt/vyatta/share/xsl/show_firewall_statistics.xsl 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 |