diff options
Diffstat (limited to 'changelogs/fragments/bgp-password-fix.yml')
-rw-r--r-- | changelogs/fragments/bgp-password-fix.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/bgp-password-fix.yml b/changelogs/fragments/bgp-password-fix.yml new file mode 100644 index 00000000..5c424046 --- /dev/null +++ b/changelogs/fragments/bgp-password-fix.yml @@ -0,0 +1,2 @@ +bugfixes: + - bgp_global - changed to use `neighbor.password` rather than `neighbor.address` (https://github.com/ansible-collections/vyos.vyos/issues/304). |