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:27:53 +0200 |
commit | 50364a4b7a9de85fe59a6a4fb611bafb64c9f7f0 (patch) | |
tree | 0fd050a56bb8c989a6c0dc628debb19deac84863 /python | |
parent | 80ee5233aa8245ded09d04f2618a580d5dcc6b46 (diff) | |
download | vyos-1x-50364a4b7a9de85fe59a6a4fb611bafb64c9f7f0.tar.gz vyos-1x-50364a4b7a9de85fe59a6a4fb611bafb64c9f7f0.zip |
vyos.ethtool: T3163: remove test and debug method get_rx_vlan_offload()
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 8add1a327..98985e972 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 |