summaryrefslogtreecommitdiff
path: root/interface-definitions/include
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-04-25 18:34:30 +0300
committerGitHub <noreply@github.com>2025-04-25 18:34:30 +0300
commitdf2e9cbc2cbe04a6de0eedfe9154afc87bd3d45d (patch)
treea94ff8fc1770a1f2aa981c9428a414c0180bcd46 /interface-definitions/include
parente6909ffe8fc474e181e9b711f1b08974e152a0a7 (diff)
parent929d689cdb58f1037062c2829e1aa45190223c3f (diff)
downloadvyos-1x-df2e9cbc2cbe04a6de0eedfe9154afc87bd3d45d.tar.gz
vyos-1x-df2e9cbc2cbe04a6de0eedfe9154afc87bd3d45d.zip
Merge pull request #4457 from l0crian1/t7358-add-offload-to-global-state
firewall: T7358: add offload option to global state policy
Diffstat (limited to 'interface-definitions/include')
-rw-r--r--interface-definitions/include/firewall/global-options.xml.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/include/firewall/global-options.xml.i b/interface-definitions/include/firewall/global-options.xml.i
index 355b41fde..7393ff5c9 100644
--- a/interface-definitions/include/firewall/global-options.xml.i
+++ b/interface-definitions/include/firewall/global-options.xml.i
@@ -217,6 +217,14 @@
<help>Global firewall state-policy</help>
</properties>
<children>
+ <node name="offload">
+ <properties>
+ <help>All stateful forward traffic is offloaded to a flowtable</help>
+ </properties>
+ <children>
+ #include <include/firewall/offload-target.xml.i>
+ </children>
+ </node>
<node name="established">
<properties>
<help>Global firewall policy for packets part of an established connection</help>