aboutsummaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2016-10-04 22:11:01 +0200
committerRobin H. Johnson <robbat2@gentoo.org>2016-10-24 13:52:32 -0700
commit2af03b659eb8028bc0dc5101a22ed31e330073f5 (patch)
treec138df218a457e2b87d6af69e5ecbce7ec3ad6e8 /init.d
parentMerge remote-tracking branch 'github/pull/23/head' (diff)
downloadnetifrc-2af03b659eb8028bc0dc5101a22ed31e330073f5.tar.gz
netifrc-2af03b659eb8028bc0dc5101a22ed31e330073f5.tar.bz2
netifrc-2af03b659eb8028bc0dc5101a22ed31e330073f5.zip
net.lo: Add metric to supported config variables
This allows us to use metric_<SSID> for configuration. Signed-off-by: Sven Wegener <swegener@gentoo.org> (cherry picked from commit 3cd367c958e533bbeae011699eef0da2fdf1079e)
Diffstat (limited to 'init.d')
-rw-r--r--init.d/net.lo.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index 72a5427..d7108a5 100644
--- a/init.d/net.lo.in
+++ b/init.d/net.lo.in
@@ -6,7 +6,7 @@
SHDIR="@LIBEXECDIR@/sh"
MODULESDIR="@LIBEXECDIR@/net"
MODULESLIST="${RC_SVCDIR}/nettree"
-_config_vars="config routes"
+_config_vars="config metric routes"
[ -z "${IN_BACKGROUND}" ] && IN_BACKGROUND="NO"