diff options
author | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-12-15 03:10:07 +0700 |
---|---|---|
committer | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-12-15 03:10:07 +0700 |
commit | 212f5c8673cbe0a948639ee429d6159282d5a432 (patch) | |
tree | f6d6e4e3c0153a3b0fbd31099ebdd17a186e52b8 | |
parent | 28fa76f1360015672caddca6352d9b2dd9b20dc9 (diff) | |
download | vyatta-nat-212f5c8673cbe0a948639ee429d6159282d5a432.tar.gz vyatta-nat-212f5c8673cbe0a948639ee429d6159282d5a432.zip |
Update templates for "show nat <source|destination> statistics".
-rw-r--r-- | templates-op/show/nat/destination/statistics/node.def | 2 | ||||
-rw-r--r-- | templates-op/show/nat/source/statistics/node.def | 2 | ||||
-rw-r--r-- | templates-op/show/nat/statistics/node.def | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/templates-op/show/nat/destination/statistics/node.def b/templates-op/show/nat/destination/statistics/node.def new file mode 100644 index 0000000..9e24d36 --- /dev/null +++ b/templates-op/show/nat/destination/statistics/node.def @@ -0,0 +1,2 @@ +help: Show statistics for configured destination NAT rules +run: /opt/vyatta/sbin/vyatta-show-nat-statistics.pl --type=destination diff --git a/templates-op/show/nat/source/statistics/node.def b/templates-op/show/nat/source/statistics/node.def new file mode 100644 index 0000000..65da65b --- /dev/null +++ b/templates-op/show/nat/source/statistics/node.def @@ -0,0 +1,2 @@ +help: Show statistics for configured source NAT rules +run: /opt/vyatta/sbin/vyatta-show-nat-statistics.pl --type=source diff --git a/templates-op/show/nat/statistics/node.def b/templates-op/show/nat/statistics/node.def deleted file mode 100644 index ae66e85..0000000 --- a/templates-op/show/nat/statistics/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show statistics for configured NAT rules -run: /opt/vyatta/sbin/vyatta-show-nat.pl \ - ${vyatta_datadir}/xsl/show_nat_statistics.xsl |