diff options
Diffstat (limited to 'python/vyos/ifconfig/ethernet.py')
-rw-r--r-- | python/vyos/ifconfig/ethernet.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/vyos/ifconfig/ethernet.py b/python/vyos/ifconfig/ethernet.py index 9863ca826..8b6b6d9db 100644 --- a/python/vyos/ifconfig/ethernet.py +++ b/python/vyos/ifconfig/ethernet.py @@ -53,9 +53,6 @@ class EthernetIf(VLANIf): 'type': 'ethernet', } - def __init__(self, ifname, **kargs): - super().__init__(ifname, **kargs) - def _delete(self): # Ethernet interfaces can not be removed pass |