summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-11-12 10:03:25 +0100
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-11-12 09:12:27 +0000
commite769d0d4b504e71ea152a31af28e09dd7bc1e43e (patch)
treee2a8743cc6f3edc035b4d576e208a368f7869ccc /python
parent822a80e98744a92f2f15bc552f611e7327d11c9f (diff)
downloadvyos-1x-e769d0d4b504e71ea152a31af28e09dd7bc1e43e.tar.gz
vyos-1x-e769d0d4b504e71ea152a31af28e09dd7bc1e43e.zip
T5658: add common methods interface_list() and vrf_list() to vyos.utils.network
Reduce amount of duplicated (3 times) code in op-mode scripts for ping, traceroute and mtr. (cherry picked from commit 7b27a20c8664460482301cc8d7554048f152485e)
Diffstat (limited to 'python')
-rw-r--r--python/vyos/utils/network.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/python/vyos/utils/network.py b/python/vyos/utils/network.py
index 157530cc1..3b5e146e1 100644
--- a/python/vyos/utils/network.py
+++ b/python/vyos/utils/network.py
@@ -194,6 +194,21 @@ def get_all_vrfs():
data[name] = entry
return data
+def interface_list() -> list:
+ """
+ Get list of interfaces in system
+ :rtype: list
+ """
+ return Section.interfaces()
+
+
+def vrf_list() -> list:
+ """
+ Get list of VRFs in system
+ :rtype: list
+ """
+ return list(get_all_vrfs().keys())
+
def mac2eui64(mac, prefix=None):
"""
Convert a MAC address to a EUI64 address or, with prefix provided, a full