diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-30 21:25:20 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-30 21:38:44 +0200 |
commit | 6f31b78d867f21405cc214697cf569b2df41288d (patch) | |
tree | b69dc92d9fdf75d3daf50df8372d2070107f2442 /python | |
parent | ebf69a83bd1a2dba27e1c0bc6ecc4e1ea74683a1 (diff) | |
download | vyos-1x-6f31b78d867f21405cc214697cf569b2df41288d.tar.gz vyos-1x-6f31b78d867f21405cc214697cf569b2df41288d.zip |
vyos.ethtool: T3163: remove test and debug method get_rx_vlan_offload()
(cherry picked from commit 50364a4b7a9de85fe59a6a4fb611bafb64c9f7f0)
Diffstat (limited to 'python')
-rw-r--r-- | python/vyos/ethtool.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/vyos/ethtool.py b/python/vyos/ethtool.py index 81284b686..a81ddac31 100644 --- a/python/vyos/ethtool.py +++ b/python/vyos/ethtool.py @@ -125,9 +125,6 @@ class Ethtool: def get_udp_fragmentation_offload(self): return self._get_generic('udp-fragmentation-offload') - def get_rx_vlan_offload(self): - return self._get_generic('rx-vlan-offload') - def get_rx_buffer(self): # Configuration of RX ring-buffers is not supported on every device, # thus when it's impossible return None |