diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-11-29 02:56:51 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-28 16:56:51 +0000 |
| commit | d82dc3263a31f051fb3fc498f98567c448cbe7ed (patch) | |
| tree | b951ca25748af5566096c5f3243da97c4634015b /plugins/modules/vyos_firewall_rules.py | |
| parent | 7157c6a195c3b1c6f013dab8fe322c6ace4e0c63 (diff) | |
| download | vyos.vyos-d82dc3263a31f051fb3fc498f98567c448cbe7ed.tar.gz vyos.vyos-d82dc3263a31f051fb3fc498f98567c448cbe7ed.zip | |
T7933 bugfix - 'offload' action (#440)
* Init T7933 bugfix
* offload-target
* Argspsec fixed
* Documentation fixes
* fw_rules config fpor offload_target
* fact fixes
* offload unit test merge
* offload unit tests for v1.3- overriden, replaced
* Offload unit test v13 complete
* v14+ offload unit tests
* v1.4.+ unit tests for offload
Diffstat (limited to 'plugins/modules/vyos_firewall_rules.py')
| -rw-r--r-- | plugins/modules/vyos_firewall_rules.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/modules/vyos_firewall_rules.py b/plugins/modules/vyos_firewall_rules.py index a7e58e23..7213abd5 100644 --- a/plugins/modules/vyos_firewall_rules.py +++ b/plugins/modules/vyos_firewall_rules.py @@ -135,6 +135,7 @@ options: - continue - return - jump + - offload - queue - synproxy destination: @@ -309,6 +310,10 @@ options: - Option to log packets matching rule. type: str choices: ['disable', 'enable'] + offload_target: + description: + - Match flowtable object. + type: str outbound_interface: description: - Match outbound interface. |
