diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-31 12:35:58 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-31 12:35:58 +0100 |
commit | f4a882e14ea583ca220ba1c3b3344789aeb25372 (patch) | |
tree | 054273af4c30ad7efc5b2a975d7de9aaf84852ac /python | |
parent | f0007b0703c130464d8d558e7b39374c417d179f (diff) | |
download | vyos-1x-f4a882e14ea583ca220ba1c3b3344789aeb25372.tar.gz vyos-1x-f4a882e14ea583ca220ba1c3b3344789aeb25372.zip |
ifconfig: vxlan: change VXLANIf API
Diffstat (limited to 'python')
-rw-r--r-- | python/vyos/ifconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |