From 020410a1e2009cb47d72bd18d360b9dc4b9c764f Mon Sep 17 00:00:00 2001 From: srividya0208 Date: Fri, 8 Dec 2023 09:25:29 -0500 Subject: op-cmd: T5802: bug fix for "ping x.x.x.x interface" completion options --- python/vyos/utils/network.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') 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 -- cgit v1.2.3