summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-21 09:25:28 +0200
committerChristian Breunig <christian@breunig.cc>2024-07-21 09:35:59 +0200
commitac8dc93755b8e25434f36ab9a665c1a6a9e5bc3b (patch)
treee404c54cf43003a698ee627ac9262aa86b516bbd
parent0df7599464f5f9a71daac62bc73284fd61948dbb (diff)
downloadvyos-1x-ac8dc93755b8e25434f36ab9a665c1a6a9e5bc3b.tar.gz
vyos-1x-ac8dc93755b8e25434f36ab9a665c1a6a9e5bc3b.zip
vrf: T6592: remove unused import get_interface_configmergify/bp/sagitta/pr-3834
Remove unused import (left over) from commit 36f3791e0 ("utils: migrate to new get_vrf_tableid() helper") (cherry picked from commit b551f542c5c906c901e3be37ad3fd68c8248473d)
-rwxr-xr-xsrc/conf_mode/vrf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/vrf.py b/src/conf_mode/vrf.py
index 12edb7d02..184725573 100755
--- a/src/conf_mode/vrf.py
+++ b/src/conf_mode/vrf.py
@@ -26,7 +26,6 @@ from vyos.ifconfig import Interface
from vyos.template import render
from vyos.template import render_to_string
from vyos.utils.dict import dict_search
-from vyos.utils.network import get_interface_config
from vyos.utils.network import get_vrf_tableid
from vyos.utils.network import get_vrf_members
from vyos.utils.network import interface_exists