summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
Diffstat (limited to 'src/network')
-rw-r--r--src/network3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/network b/src/network
index 9bdd720..ce5e962 100644
--- a/src/network
+++ b/src/network
@@ -113,9 +113,8 @@ profile_up()
exit 1
fi
- # NETWORKS_EXCLUSIVE, rc.conf: Profiles are globally mutually exclusive
# EXCLUSIVE, network.d/profile: Individual profile is mutually exclusive
- if checkyesno "$NETWORKS_EXCLUSIVE" || checkyesno "$EXCLUSIVE"; then
+ if checkyesno "$EXCLUSIVE"; then
all_down
fi