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:35:21 +0200 |
commit | 2b35ea81627277cd680ecd4ba79e944cc785c94b (patch) | |
tree | 1ca3d162d7a6c859c079afb3ffe09248b6a954af | |
parent | 44e5a11979fd1eb6854603f5bc674bec50cc5dcc (diff) | |
download | vyos-1x-2b35ea81627277cd680ecd4ba79e944cc785c94b.tar.gz vyos-1x-2b35ea81627277cd680ecd4ba79e944cc785c94b.zip |
vrf: T6592: remove unused import get_interface_configmergify/bp/circinus/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-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 |