summaryrefslogtreecommitdiff
path: root/src/conf_mode/vrf.py
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:34:04 +0200
commitb551f542c5c906c901e3be37ad3fd68c8248473d (patch)
tree4f4e4562e5fcb8d616103de3d69027b4f75c7eba /src/conf_mode/vrf.py
parentda3d9415542d57a64322665efd16024ce92330dd (diff)
downloadvyos-1x-b551f542c5c906c901e3be37ad3fd68c8248473d.tar.gz
vyos-1x-b551f542c5c906c901e3be37ad3fd68c8248473d.zip
vrf: T6592: remove unused import get_interface_config
Remove unused import (left over) from commit 36f3791e0 ("utils: migrate to new get_vrf_tableid() helper")
Diffstat (limited to 'src/conf_mode/vrf.py')
-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