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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 70f85c2..63966e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,8 @@ curverdir = $(sysconfdir)/config-migrate/current sbin_SCRIPTS = scripts/vyatta-update-nat.pl sbin_SCRIPTS += scripts/vyatta-show-nat.pl -bin_sudo_users_SCRIPTS = scripts/vyatta-clear-nat +bin_sudo_users_SCRIPTS = scripts/vyatta-clear-nat +bin_sudo_users_SCRIPTS += scripts/vyatta-nat-translations.pl share_perl5_DATA = scripts/VyattaNatRule.pm curver_DATA = cfg-version/nat@2 |