summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/ubus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ubus.c b/src/ubus.c
index 1c74499..dc2f171 100644
--- a/src/ubus.c
+++ b/src/ubus.c
@@ -246,7 +246,7 @@ void ubus_apply_network(void)
bool cmatched = !strcmp(interface, c->name) || !strcmp(ifname, c->ifname);
matched |= cmatched;
- if (!cmatched && (!f || (f != c->upstream && f[-1] != 0)))
+ if (!cmatched && (!c->upstream_len || !f || (f != c->upstream && f[-1] != 0)))
continue;
if (!c->ignore)