From 8fdebbe140bdd92d3c3086ac90a3f869f740b74d Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Thu, 20 May 2021 23:01:30 +0300 Subject: vyos.util: T3532: Replace func get_interface_config Replace function get_interface_config to function get_interface_config, as we have in 1.4 branch. It need after this cherry-picked commit edcdea8 --- python/vyos/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/vyos') diff --git a/python/vyos/util.py b/python/vyos/util.py index f9b10c57f..c1644247f 100644 --- a/python/vyos/util.py +++ b/python/vyos/util.py @@ -651,7 +651,7 @@ def dict_search(path, dict): c = c.get(p, {}) return c.get(parts[-1], None) -def get_json_iface_options(interface): +def get_interface_config(interface): """ Returns the used encapsulation protocol for given interface. If interface does not exist, None is returned. """ -- cgit v1.2.3