diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-09-15 13:34:51 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-09-15 13:34:51 +0200 |
commit | 87ee858f14839624e14cfc7df11fa265159bcbf3 (patch) | |
tree | dd5f83c61b10b4e2a2d2a2b123efbb07e265d29a /interface-definitions/interfaces-ethernet.xml.in | |
parent | 31602e18386e79f49b4a524b645166cf30dc2d6c (diff) | |
parent | ac4e07f96ae329bab51c3da8596a2b975a0f3f17 (diff) | |
download | vyos-1x-87ee858f14839624e14cfc7df11fa265159bcbf3.tar.gz vyos-1x-87ee858f14839624e14cfc7df11fa265159bcbf3.zip |
Merge branch 'T4689' of https://github.com/jack9603301/vyos-1x into current
* 'T4689' of https://github.com/jack9603301/vyos-1x:
rfs: T4689: Support RFS(Receive Flow Steering)
Diffstat (limited to 'interface-definitions/interfaces-ethernet.xml.in')
-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 ab65a93f3..77f130e1c 100644 --- a/interface-definitions/interfaces-ethernet.xml.in +++ b/interface-definitions/interfaces-ethernet.xml.in @@ -93,6 +93,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> |