blob: b771a440232ebec82850bd2a1164bc04a207d683 (
plain)
1
2
3
4
5
6
7
8
9
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
|