summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorsrividya0208 <a.srividya@vyos.io>2023-12-08 09:25:29 -0500
committersrividya0208 <a.srividya@vyos.io>2023-12-08 09:25:29 -0500
commit020410a1e2009cb47d72bd18d360b9dc4b9c764f (patch)
tree91f01c57da600a6e4958c4fc08a780c3da5f59bb /python
parent21ad36aa8789b28311fa04f8add14388057a67ad (diff)
downloadvyos-1x-020410a1e2009cb47d72bd18d360b9dc4b9c764f.tar.gz
vyos-1x-020410a1e2009cb47d72bd18d360b9dc4b9c764f.zip
op-cmd: T5802: bug fix for "ping x.x.x.x interface" completion options
Diffstat (limited to 'python')
-rw-r--r--python/vyos/utils/network.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/vyos/utils/network.py b/python/vyos/utils/network.py
index 2a0808fca..f1b3bac73 100644
--- a/python/vyos/utils/network.py
+++ b/python/vyos/utils/network.py
@@ -201,6 +201,7 @@ def get_all_vrfs():
return data
def interface_list() -> list:
+ from vyos.ifconfig import Section
"""
Get list of interfaces in system
:rtype: list