diff options
| author | catalyys <85279554+catalyys@users.noreply.github.com> | 2026-08-21 11:20:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-21 12:20:42 +0300 |
| commit | 2dfb42aa6f213a353199c77792bbbb82d1e76f38 (patch) | |
| tree | a9d5c0ecb0aacc4af4ba673126a657abb34bdb2a /docs | |
| parent | a6adced609472d88cb525f2ef1a4054b52692f76 (diff) | |
| download | vyos.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 'docs')
| -rw-r--r-- | docs/vyos.vyos.vyos_firewall_rules_module.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/vyos.vyos.vyos_firewall_rules_module.rst b/docs/vyos.vyos.vyos_firewall_rules_module.rst index 051a9791..1415b2be 100644 --- a/docs/vyos.vyos.vyos_firewall_rules_module.rst +++ b/docs/vyos.vyos.vyos_firewall_rules_module.rst @@ -104,6 +104,8 @@ Parameters <li>reject</li> <li>accept</li> <li>jump</li> + <li>return</li> + <li>continue</li> </ul> </td> <td> @@ -112,6 +114,8 @@ Parameters <div>reject (Drop and notify source if no prior rules are hit)</div> <div>accept (Accept if no prior rules are hit)</div> <div>jump (Jump to another rule-set, 1.4+)</div> + <div>return (Return from the current chain and continue at the next rule of the last chain, 1.4+)</div> + <div>continue (Continue parsing next rule, 1.4+)</div> </td> </tr> <tr> |
