chiark / gitweb /
netlink: Fix up link down behaviour
[secnet.git] / netlink.c
index 5226ad1166af5517a3586d59523dc8422ae0dc75..df51d9c97e1cfce7f9d5a2fb27880e9099ed5f05 100644 (file)
--- a/netlink.c
+++ b/netlink.c
@@ -909,7 +909,7 @@ static closure_t *netlink_inst_create(struct netlink *st,
     c->deliver=NULL;
     c->dst=NULL;
     c->name=name;
-    c->link_quality=LINK_QUALITY_DOWN;
+    c->link_quality=LINK_QUALITY_UNUSED;
     c->mtu=mtu?mtu:st->mtu;
     c->options=options;
     c->outcount=0;