summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/T7012_ospf-integration-tests.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelogs/fragments/T7012_ospf-integration-tests.yaml b/changelogs/fragments/T7012_ospf-integration-tests.yaml
new file mode 100644
index 00000000..b696b2aa
--- /dev/null
+++ b/changelogs/fragments/T7012_ospf-integration-tests.yaml
@@ -0,0 +1,9 @@
+---
+minor_changes:
+ - vyos_ospf_interfaces - add support for VyOS 1.4+, which moved interface configuration from the interfaces to ospf/ospfv3 interfaces configuration
+bugfixes:
+ - vyos_ospf_interfaces - fixed get_config to cater for unordered command lists in 1.4+
+trivial:
+ - vyos_ospf_interfaces - re-worked intergration test suite structure to D.R.Y.
+ - vyos_ospf_interfaces - added support for 1.4+ VyOS
+ - vyos_ospf_interfaces - updated unit test suite to cater for 1.4+ bugfixes