From ff7ef77c3bb149814a33353c2923badac4f6823c Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 15 Dec 2011 22:54:11 +0700 Subject: Update op mode templates for "show nat translations". --- templates-op/show/nat/source/translations/address/node.def | 1 + .../show/nat/source/translations/address/node.tag/node.def | 11 +++++++++++ templates-op/show/nat/source/translations/detail/node.def | 3 +++ templates-op/show/nat/source/translations/node.def | 2 ++ 4 files changed, 17 insertions(+) create mode 100644 templates-op/show/nat/source/translations/address/node.def create mode 100644 templates-op/show/nat/source/translations/address/node.tag/node.def create mode 100644 templates-op/show/nat/source/translations/detail/node.def create mode 100644 templates-op/show/nat/source/translations/node.def (limited to 'templates-op/show/nat/source/translations') diff --git a/templates-op/show/nat/source/translations/address/node.def b/templates-op/show/nat/source/translations/address/node.def new file mode 100644 index 0000000..5b2439c --- /dev/null +++ b/templates-op/show/nat/source/translations/address/node.def @@ -0,0 +1 @@ +help: Show active NAT source translations for an IP address diff --git a/templates-op/show/nat/source/translations/address/node.tag/node.def b/templates-op/show/nat/source/translations/address/node.tag/node.def new file mode 100644 index 0000000..f2edbad --- /dev/null +++ b/templates-op/show/nat/source/translations/address/node.tag/node.def @@ -0,0 +1,11 @@ +help: Show active source NAT translations for an IP address +allowed: echo -n '' +run: if /opt/vyatta/sbin/vyatta-validate-type.pl -q ipv4 $6 + then + sudo ${vyatta_bindir}/sudo-users/vyatta-nat-translations.pl \ + --type=source \ + --verbose \ + --ipaddr="$6" + else + echo "Invalid IP address" + fi diff --git a/templates-op/show/nat/source/translations/detail/node.def b/templates-op/show/nat/source/translations/detail/node.def new file mode 100644 index 0000000..fdbc7fb --- /dev/null +++ b/templates-op/show/nat/source/translations/detail/node.def @@ -0,0 +1,3 @@ +help: Show active source NAT translations detail +run: sudo ${vyatta_bindir}/sudo-users/vyatta-nat-translations.pl --type=source \ + --verbose diff --git a/templates-op/show/nat/source/translations/node.def b/templates-op/show/nat/source/translations/node.def new file mode 100644 index 0000000..e16d1e3 --- /dev/null +++ b/templates-op/show/nat/source/translations/node.def @@ -0,0 +1,2 @@ +help: Show active source NAT translations +run: sudo ${vyatta_bindir}/sudo-users/vyatta-nat-translations.pl --type=source -- cgit v1.2.3