diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-08-02 19:13:03 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-08-02 19:13:03 -0700 |
commit | b4453ca528607b6bf9871c17c23048465de3768c (patch) | |
tree | f9ab2dd92b31cef86d8ccda95c996c26d284cf54 /templates-op/show/nat/translations/source/detail/node.def | |
parent | ddc06ae69abd438b07afa679f5f3af4d9a8199d9 (diff) | |
download | vyatta-nat-b4453ca528607b6bf9871c17c23048465de3768c.tar.gz vyatta-nat-b4453ca528607b6bf9871c17c23048465de3768c.zip |
Fix 522: Feature Request: add "show nat translations" command to list active NAT translations.
Diffstat (limited to 'templates-op/show/nat/translations/source/detail/node.def')
-rw-r--r-- | templates-op/show/nat/translations/source/detail/node.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates-op/show/nat/translations/source/detail/node.def b/templates-op/show/nat/translations/source/detail/node.def new file mode 100644 index 0000000..5f8af5b --- /dev/null +++ b/templates-op/show/nat/translations/source/detail/node.def @@ -0,0 +1,3 @@ +help: Show active NAT source translations detail +run: sudo ${vyatta_bindir}/sudo-users/vyatta-nat-translations.pl --mode=snat \ + --verbose |