diff options
author | James Davidson <james.davidson@vyatta.com> | 2013-03-06 10:01:33 -0800 |
---|---|---|
committer | James Davidson <james.davidson@vyatta.com> | 2013-03-28 09:39:58 -0700 |
commit | d762b049def9c2fc8ac35b779bc093bc93fd0075 (patch) | |
tree | b1a24a70a7fc98486bfa6a44cca89d580717b9be /Makefile.am | |
parent | 3e11604b541a964269bbe181a2c7e6fac44d6b3a (diff) | |
download | vyatta-op-d762b049def9c2fc8ac35b779bc093bc93fd0075.tar.gz vyatta-op-d762b049def9c2fc8ac35b779bc093bc93fd0075.zip |
Sync up SNMPv3 support
SNMP-100 Implement high-level vyatta CLI
SNMP-135 change 'show snmp', add 'show snmp v3 certificates'
SNMP-142 'sh snmp v3 cert' error/warning messages
SNMP-143 show CLI implementation
SNMP-152 Hide 'No such file or directory' error message
SNMP-143 show CLI implementation
SNMP-154 user friendly error message on 'show snmp'
SNMP-157 Run Perltidy for all Perl scripts
SNMP-158 change output of 'sh snmp v3 trap-target'
(cherry picked from commit 3e5ac8cc1d3bed7fe392ba052f9f037f16441f6f)
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 99f5da6..0205f74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ bin_SCRIPTS += scripts/vyatta-boot-image.pl bin_SCRIPTS += scripts/vyatta-sudo bin_SCRIPTS += scripts/vyatta-show-snmp.pl bin_SCRIPTS += scripts/vyatta-show-snmp-ifmib +bin_SCRIPTS += scripts/vyatta-show-snmp-v3.pl bin_SCRIPTS += scripts/rename-image.pl bin_SCRIPTS += scripts/show-image-storage.pl bin_SCRIPTS += scripts/vyatta-remote-copy.pl |