summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/vyos/ifconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/vyos/ifconfig.py b/python/vyos/ifconfig.py
index 980577965..c0d1660d1 100644
--- a/python/vyos/ifconfig.py
+++ b/python/vyos/ifconfig.py
@@ -130,7 +130,7 @@ class Interface:
self._del_dhcpv6()
# Ethernet interfaces can not be removed
- if type(self) == type(EthernetIf):
+ if type(self) == type(EthernetIf(self._ifname)):
return
# NOTE (Improvement):