summaryrefslogtreecommitdiff
path: root/src/conf_mode/interfaces-vxlan.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-29 17:52:45 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-29 17:53:04 +0100
commit41212805fa9db0db590b8207372a3d2ec7382fef (patch)
tree04886110f45ea66803f4bdd852c46227765aa982 /src/conf_mode/interfaces-vxlan.py
parent1ac0de4c524b9632eb221ce88f4d35af06069aa3 (diff)
downloadvyos-1x-41212805fa9db0db590b8207372a3d2ec7382fef.tar.gz
vyos-1x-41212805fa9db0db590b8207372a3d2ec7382fef.zip
vxlan: T1636: remove unused import statements
Diffstat (limited to 'src/conf_mode/interfaces-vxlan.py')
-rwxr-xr-xsrc/conf_mode/interfaces-vxlan.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conf_mode/interfaces-vxlan.py b/src/conf_mode/interfaces-vxlan.py
index 30ff1755d..c1fedc824 100755
--- a/src/conf_mode/interfaces-vxlan.py
+++ b/src/conf_mode/interfaces-vxlan.py
@@ -19,10 +19,8 @@ import os
from sys import exit
from copy import deepcopy
-from vyos.configdict import list_diff
from vyos.config import Config
from vyos.ifconfig import VXLANIf, Interface
-from vyos.interfaces import get_type_of_interface
from vyos import ConfigError
from netifaces import interfaces