X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/1caa23ff879cec7f8f36b32a987f0610291ef177..68438849fa74b4dc3c3354b990bcd05e8fb78861:/netlink.c diff --git a/netlink.c b/netlink.c index 5226ad1..df51d9c 100644 --- 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;