LGTM
Sent from my iPhone > On Sep 24, 2018, at 6:20 AM, Florian Eckert <[email protected]> wrote: > > Signed-off-by: Florian Eckert <[email protected]> > --- > 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 > [email protected] > https://lists.openwrt.org/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
