diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-01-23 11:57:08 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-01-23 11:57:08 -0800 |
commit | 262b4a68d27fc401493fcf1d07d2a1b2f01b9988 (patch) | |
tree | 5ab4bd0f242da674c509b0a4ebd457e6400d50e2 /templates-op | |
parent | 0bb6ee3332b2e360251add988839ca723913523a (diff) | |
download | vyatta-nat-262b4a68d27fc401493fcf1d07d2a1b2f01b9988.tar.gz vyatta-nat-262b4a68d27fc401493fcf1d07d2a1b2f01b9988.zip |
- Fix statistics in "show nat statistics" when target is NETMAP
- Script to generate a new output for the "show nat rules" command
- Fix Bug 3401 some indication is needed for the excluded rules in
the "show nat rules" result
Diffstat (limited to 'templates-op')
-rw-r--r-- | templates-op/show/nat/rules/node.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates-op/show/nat/rules/node.def b/templates-op/show/nat/rules/node.def index 76e05eb..7f375fa 100644 --- a/templates-op/show/nat/rules/node.def +++ b/templates-op/show/nat/rules/node.def @@ -1,3 +1,2 @@ help: Show configured NAT rule set -run: /opt/vyatta/sbin/vyatta-show-nat.pl \ - ${vyatta_datadir}/xsl/show_nat_rules.xsl +run: /opt/vyatta/sbin/vyatta-show-nat-rules.pl |