diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2024-12-30 06:51:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-30 06:51:56 -0500 |
commit | dbd87e3ab89b7839e41df76c2fa7712855853fd3 (patch) | |
tree | 4e4f6d04277efcfcb1b747e72bf53cdb2ac0dec6 /changelogs | |
parent | cae1c6cc42fa786095433692a6d685f029bbde2e (diff) | |
download | vyos.vyos-dbd87e3ab89b7839e41df76c2fa7712855853fd3.tar.gz vyos.vyos-dbd87e3ab89b7839e41df76c2fa7712855853fd3.zip |
T6982: update SNMP module for 1.3+ (#369)
* fix: get SNMP integration tests running
* fix: remove no_log from docs because it fails sanity
* tests: fix unit tests and no_log args
* tests: fix error in hostname integration test
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/snmp_server.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/fragments/snmp_server.yml b/changelogs/fragments/snmp_server.yml new file mode 100644 index 00000000..b771a440 --- /dev/null +++ b/changelogs/fragments/snmp_server.yml @@ -0,0 +1,10 @@ +--- +minor_changes: + - 192.0.2.1/24 (TEST-NET-1) is used on eth1 for testing to accomodate services that check + valid configurations (such as SNMP) + - use encrypted passwords for SNMPv3 tests as VyOS now converts those "when next reloaded" + - fixed integration tests for 1.3+ for `vyos_hostname` +breaking_changes: + - parameter `engine_id` is no longer a `user` or `trap_target` parameter and is now a `snmp_v3` parameter + - parameters `encrypted-key` and `plaintext-key` are now `encrypted-password` and `puplaintext-password` + which is a breaking change with 1.2 and prior |