[OpenWrt-Devel] [PATCH] base-files: add network_get_metric() to /lib/functions/network.sh
Florian Eckert
fe at dev.tdt.de
Mon Sep 24 08:20:29 EDT 2018
Signed-off-by: Florian Eckert <fe at dev.tdt.de>
---
package/base-files/files/lib/functions/network.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/package/base-files/files/lib/functions/network.sh b/package/base-files/files/lib/functions/network.sh
index d7fd2dea57..4fdcb66302 100644
--- a/package/base-files/files/lib/functions/network.sh
+++ b/package/base-files/files/lib/functions/network.sh
@@ -271,6 +271,11 @@ network_is_up()
# 2: interface
network_get_protocol() { __network_ifstatus "$1" "$2" ".proto"; }
+# determine the metric of the given logical interface
+# 1: destination variable
+# 2: interface
+network_get_metric() { __network_ifstatus "$1" "$2" ".metric"; }
+
# determine the layer 3 linux network device of the given logical interface
# 1: destination variable
# 2: interface
--
2.11.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list