From dbd87e3ab89b7839e41df76c2fa7712855853fd3 Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Mon, 30 Dec 2024 06:51:56 -0500 Subject: 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 --- changelogs/fragments/snmp_server.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelogs/fragments/snmp_server.yml (limited to 'changelogs/fragments') 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 -- cgit v1.2.3