diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-21 09:25:28 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-07-21 09:34:04 +0200 |
commit | b551f542c5c906c901e3be37ad3fd68c8248473d (patch) | |
tree | 4f4e4562e5fcb8d616103de3d69027b4f75c7eba | |
parent | da3d9415542d57a64322665efd16024ce92330dd (diff) | |
download | vyos-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")
-rwxr-xr-x | src/conf_mode/vrf.py | 1 |
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 |