diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-01-23 11:57:08 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-01-23 11:57:08 -0800 |
commit | 262b4a68d27fc401493fcf1d07d2a1b2f01b9988 (patch) | |
tree | 5ab4bd0f242da674c509b0a4ebd457e6400d50e2 /Makefile.am | |
parent | 0bb6ee3332b2e360251add988839ca723913523a (diff) | |
download | vyatta-nat-262b4a68d27fc401493fcf1d07d2a1b2f01b9988.tar.gz vyatta-nat-262b4a68d27fc401493fcf1d07d2a1b2f01b9988.zip |
- Fix statistics in "show nat statistics" when target is NETMAP
- Script to generate a new output for the "show nat rules" command
- Fix Bug 3401 some indication is needed for the excluded rules in
the "show nat rules" result
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5e64761..b7b2432 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ curverdir = $(sysconfdir)/config-migrate/current sbin_SCRIPTS = scripts/vyatta-update-nat.pl sbin_SCRIPTS += scripts/vyatta-show-nat.pl +sbin_SCRIPTS += scripts/vyatta-show-nat-rules.pl bin_sudo_users_SCRIPTS = scripts/vyatta-clear-nat bin_sudo_users_SCRIPTS += scripts/vyatta-nat-translations.pl |