summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorGaige B Paulsen <gaige@cluetrust.net>2024-11-18 07:33:49 -0500
committerGitHub <noreply@github.com>2024-11-18 12:33:49 +0000
commit37ba454f746ab6c4b05fef520ced523e2ad032cb (patch)
treeb254416c0b5320fd091355e8c637d156b9443c35 /changelogs/fragments
parent081729eb8c9d6084916937a3095a6c0b2ba97144 (diff)
downloadvyos.vyos-37ba454f746ab6c4b05fef520ced523e2ad032cb.tar.gz
vyos.vyos-37ba454f746ab6c4b05fef520ced523e2ad032cb.zip
T6882: fix: firewall global-options (#359)
* T6882: fix: firewall global-options Updated a couple of RST files due to pre-commit * T6882: chore: update changelog * T6882: chore: update changelog * T6882: test: update tests to cover change
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/cliconf.yml1
-rw-r--r--changelogs/fragments/firewall_global_parsing.yml3
2 files changed, 3 insertions, 1 deletions
diff --git a/changelogs/fragments/cliconf.yml b/changelogs/fragments/cliconf.yml
index 53c26ad..1eb0880 100644
--- a/changelogs/fragments/cliconf.yml
+++ b/changelogs/fragments/cliconf.yml
@@ -1,4 +1,3 @@
---
-
minor_changes:
- added `network_os_major_version` to facts
diff --git a/changelogs/fragments/firewall_global_parsing.yml b/changelogs/fragments/firewall_global_parsing.yml
new file mode 100644
index 0000000..cec6cfc
--- /dev/null
+++ b/changelogs/fragments/firewall_global_parsing.yml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Fixed parsing of global-options (1.4+)