From 2dfb42aa6f213a353199c77792bbbb82d1e76f38 Mon Sep 17 00:00:00 2001 From: catalyys <85279554+catalyys@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:20:42 +0200 Subject: 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 --- .../module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/module_utils/network') diff --git a/plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py b/plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py index d1cf4fe8..76faf1a4 100644 --- a/plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py +++ b/plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py @@ -56,6 +56,8 @@ class Firewall_rulesArgs(object): # pylint: disable=R0903 "reject", "accept", "jump", + "return", + "continue", ], "type": "str", }, -- cgit v1.2.3