diff options
Diffstat (limited to 'python/vyos/ifconfig/bond.py')
-rw-r--r-- | python/vyos/ifconfig/bond.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/vyos/ifconfig/bond.py b/python/vyos/ifconfig/bond.py index 211790459..c9dac891f 100644 --- a/python/vyos/ifconfig/bond.py +++ b/python/vyos/ifconfig/bond.py @@ -73,9 +73,6 @@ class BondIf(VLANIf): 'type': 'bond', } - def __init__(self, ifname, **kargs): - super().__init__(ifname, **kargs) - def remove(self): """ Remove interface from operating system. Removing the interface |