diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-09-14 17:18:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 17:18:33 +0300 |
commit | c355b07c21b6cac7405a6e575947a181fd2236f5 (patch) | |
tree | b3176c4593566708add72657191991a2744f7d14 /interface-definitions/system-conntrack.xml.in | |
parent | fc5b2871c548698cd3d484c69675454b28c8f843 (diff) | |
parent | f909c17aca4d48598d5eaee0df81bf64967902f0 (diff) | |
download | vyos-1x-c355b07c21b6cac7405a6e575947a181fd2236f5.tar.gz vyos-1x-c355b07c21b6cac7405a6e575947a181fd2236f5.zip |
Merge pull request #2062 from vfreex/simple-fastpath-support
T4502: firewall: Add software flow offload using flowtable
Diffstat (limited to 'interface-definitions/system-conntrack.xml.in')
-rw-r--r-- | interface-definitions/system-conntrack.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/system-conntrack.xml.in b/interface-definitions/system-conntrack.xml.in index 3abf9bbf0..78d19090c 100644 --- a/interface-definitions/system-conntrack.xml.in +++ b/interface-definitions/system-conntrack.xml.in @@ -9,6 +9,12 @@ <priority>218</priority> </properties> <children> + <leafNode name="flow-accounting"> + <properties> + <help>Enable connection tracking flow accounting</help> + <valueless/> + </properties> + </leafNode> <leafNode name="expect-table-size"> <properties> <help>Size of connection tracking expect table</help> |