diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-02-02 16:39:50 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-02-02 16:39:50 -0800 |
commit | f2cfa4bbdf4f68f0e4c527da1b2188160792c870 (patch) | |
tree | 062b8deadd2a829210eaf53f7856f34386df926b /Makefile.am | |
parent | ad8c4bbebef0fb038d2a7ac68077a122ad994d68 (diff) | |
download | vyatta-nat-f2cfa4bbdf4f68f0e4c527da1b2188160792c870.tar.gz vyatta-nat-f2cfa4bbdf4f68f0e4c527da1b2188160792c870.zip |
partial fix for bug 4115 'clear nat translations' does not clear nat translations
* added op-mode commands to clear counters for NAT rules
clear nat counters # clear counters for all NAT rules
clear nat counters rule <rule-num> # clear counters for a specific NAT rule
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 b7b2432..af54b1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,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 +sbin_SCRIPTS += scripts/vyatta-clear-nat-counters.pl bin_sudo_users_SCRIPTS = scripts/vyatta-clear-nat bin_sudo_users_SCRIPTS += scripts/vyatta-nat-translations.pl |