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