From f4a882e14ea583ca220ba1c3b3344789aeb25372 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Tue, 31 Dec 2019 12:35:58 +0100
Subject: ifconfig: vxlan: change VXLANIf API

---
 python/vyos/ifconfig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'python')

diff --git a/python/vyos/ifconfig.py b/python/vyos/ifconfig.py
index f6b3cbb46..79e52eb38 100644
--- a/python/vyos/ifconfig.py
+++ b/python/vyos/ifconfig.py
@@ -1603,7 +1603,7 @@ class WireGuardIf(Interface):
         super().op_show_interface_stats()
 
 
-class VXLANIf(Interface, ):
+class VXLANIf(Interface):
     """
     The VXLAN protocol is a tunnelling protocol designed to solve the
     problem of limited VLAN IDs (4096) in IEEE 802.1q. With VXLAN the
-- 
cgit v1.2.3