From 015cea77e9ad4038fd7597cc1291bf64b1091645 Mon Sep 17 00:00:00 2001 From: srividya0208 Date: Fri, 8 Dec 2023 09:25:29 -0500 Subject: [PATCH] op-cmd: T5802: bug fix for "ping x.x.x.x interface" completion options (cherry picked from commit 020410a1e2009cb47d72bd18d360b9dc4b9c764f) --- python/vyos/utils/network.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/vyos/utils/network.py b/python/vyos/utils/network.py index 7a1eecdfb5..c3c419a61a 100644 --- a/python/vyos/utils/network.py +++ b/python/vyos/utils/network.py @@ -198,6 +198,7 @@ def get_all_vrfs(): return data def interface_list() -> list: + from vyos.ifconfig import Section """ Get list of interfaces in system :rtype: list