diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-22 18:06:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 18:06:08 +0200 |
commit | 7bc7c9e75e3b7bbbd51b9b75d222f8f2e34364a7 (patch) | |
tree | 2795dbce8440438cbe79b30da11e880940e3cd09 /src | |
parent | 13d53509e4a33ca8ec5249a51854e919f22121bc (diff) | |
parent | b551f542c5c906c901e3be37ad3fd68c8248473d (diff) | |
download | vyos-1x-7bc7c9e75e3b7bbbd51b9b75d222f8f2e34364a7.tar.gz vyos-1x-7bc7c9e75e3b7bbbd51b9b75d222f8f2e34364a7.zip |
Merge pull request #3839 from c-po/unused-imports
vrf: T6592: remove unused import get_interface_config
Diffstat (limited to 'src')
-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 |