diff options
Diffstat (limited to 'python/vyos/ifconfig/vxlan.py')
-rw-r--r-- | python/vyos/ifconfig/vxlan.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/vyos/ifconfig/vxlan.py b/python/vyos/ifconfig/vxlan.py index 86702b2cd..f7a04d81b 100644 --- a/python/vyos/ifconfig/vxlan.py +++ b/python/vyos/ifconfig/vxlan.py @@ -50,9 +50,6 @@ class VXLANIf(Interface): # the IANA's selection of a standard destination port } - def __init__(self, ifname, **kargs): - super().__init__(ifname, **kargs) - def _create(self): cmd = '' if self.config['remote']: |