diff options
author | jack9603301 <jack9603301@163.com> | 2022-09-13 16:03:49 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2022-09-15 16:09:11 +0800 |
commit | ac4e07f96ae329bab51c3da8596a2b975a0f3f17 (patch) | |
tree | 579ccb9a943306df74bd06ae3f7fc7c38029aab0 /interface-definitions | |
parent | d283048d3858e95b37df96f0a8acb5fc4223aa43 (diff) | |
download | vyos-1x-ac4e07f96ae329bab51c3da8596a2b975a0f3f17.tar.gz vyos-1x-ac4e07f96ae329bab51c3da8596a2b975a0f3f17.zip |
rfs: T4689: Support RFS(Receive Flow Steering)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-ethernet.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/interfaces-ethernet.xml.in b/interface-definitions/interfaces-ethernet.xml.in index c821f04b2..a85296209 100644 --- a/interface-definitions/interfaces-ethernet.xml.in +++ b/interface-definitions/interfaces-ethernet.xml.in @@ -94,6 +94,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="rfs"> + <properties> + <help>Enable Receive Flow Steering</help> + <valueless/> + </properties> + </leafNode> <leafNode name="sg"> <properties> <help>Enable Scatter-Gather</help> |