summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorWieger Bontekoe <wieger.bontekoe@gmail.com>2023-05-01 20:35:49 +0200
committerGitHub <noreply@github.com>2023-05-01 14:35:49 -0400
commit65026b8bc3040315e87464eeecf81c1989c9cee5 (patch)
treeb4b348bfa3e65152a5f8aa5bf73de1070b074e08 /changelogs
parent9e481fdbf7f8306866899bf5b4ecc8aecccb508d (diff)
downloadvyos.vyos-65026b8bc3040315e87464eeecf81c1989c9cee5.tar.gz
vyos.vyos-65026b8bc3040315e87464eeecf81c1989c9cee5.zip
Update l3_interfaces.py - Fix for issue 295 (#314)
* Update l3_interfaces.py Fix for issue: https://github.com/ansible-collections/vyos.vyos/issues/295 --------- Co-authored-by: Kate Case <this.is@katherineca.se>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/l3_interfaces.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/l3_interfaces.yaml b/changelogs/fragments/l3_interfaces.yaml
new file mode 100644
index 0000000..0d18bbd
--- /dev/null
+++ b/changelogs/fragments/l3_interfaces.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - vyos-l3_interface_facts - fixed error when using no-default-link-local option. (https://github.com/ansible-collections/vyos.vyos/issues/295)