summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-scripts/net.modules.d/iwconfig.sh')
-rw-r--r--net-scripts/net.modules.d/iwconfig.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-scripts/net.modules.d/iwconfig.sh b/net-scripts/net.modules.d/iwconfig.sh
index f19afb2..6cca973 100644
--- a/net-scripts/net.modules.d/iwconfig.sh
+++ b/net-scripts/net.modules.d/iwconfig.sh
@@ -898,6 +898,9 @@ iwconfig_pre_start() {
return 0
fi
+ # Set the base metric to be 2000
+ metric=2000
+
# Check for rf_kill - only ipw supports this at present, but other
# cards may in the future.
if [[ -e "/sys/class/net/${iface}/device/rf_kill" ]]; then