summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorcatalyys <85279554+catalyys@users.noreply.github.com>2026-08-21 11:20:42 +0200
committerGitHub <noreply@github.com>2026-08-21 12:20:42 +0300
commit2dfb42aa6f213a353199c77792bbbb82d1e76f38 (patch)
treea9d5c0ecb0aacc4af4ba673126a657abb34bdb2a /changelogs
parenta6adced609472d88cb525f2ef1a4054b52692f76 (diff)
downloadvyos.vyos-2dfb42aa6f213a353199c77792bbbb82d1e76f38.tar.gz
vyos.vyos-2dfb42aa6f213a353199c77792bbbb82d1e76f38.zip
T9180: added return and continue to the firewall rules default action (#494)
* T9180: added return to the firewall rules default action * T9180: added changelog fragment * T9180: added missing docs Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * T9180: added unit and integration tests * T9180: added YAML document marker --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: omnom62 <75066712+omnom62@users.noreply.github.com> Co-authored-by: Yuriy Andamasov <yuriy@vyos.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/t9180_fw_rules_return_action.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/t9180_fw_rules_return_action.yml b/changelogs/fragments/t9180_fw_rules_return_action.yml
new file mode 100644
index 00000000..aba64c34
--- /dev/null
+++ b/changelogs/fragments/t9180_fw_rules_return_action.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - vyos_firewall_rules - Added 'return' and 'continue' to default action.