diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-04-25 18:34:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-25 18:34:30 +0300 |
commit | df2e9cbc2cbe04a6de0eedfe9154afc87bd3d45d (patch) | |
tree | a94ff8fc1770a1f2aa981c9428a414c0180bcd46 /interface-definitions/include/firewall/global-options.xml.i | |
parent | e6909ffe8fc474e181e9b711f1b08974e152a0a7 (diff) | |
parent | 929d689cdb58f1037062c2829e1aa45190223c3f (diff) | |
download | vyos-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/firewall/global-options.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/global-options.xml.i | 8 |
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> |