From owner-svn-src-all@FreeBSD.ORG Sun Sep 8 16:26:09 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AE196387; Sun, 8 Sep 2013 16:26:09 +0000 (UTC) (envelope-from edschouten@gmail.com) Received: from mail-vc0-x233.google.com (mail-vc0-x233.google.com [IPv6:2607:f8b0:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 389D02591; Sun, 8 Sep 2013 16:26:09 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id ht10so3293702vcb.38 for ; Sun, 08 Sep 2013 09:26:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=PXaN1G/nZJkcXgKC8AVJQq+imRDvSyoGIRMe9xIvpqg=; b=ljmupqr/zJYqKWHU/Mc+5uzXZ9Djw6TjIepBDgUz8x+aXOsGgeItM991On5b5fF2SR pthz4EKcfr6vhzmidkEeDD3XgC9wgWdR8kbd9a2czENPKPwCbmSGJf8i/hJ+fYQspEy3 9cu58YzFQifP1lV3q4U37wDcFfKYblD2f/P3LGO72me0GGE3eqz3phJ2AOu0kcPLh0VW /LT9hBxtOA+AOgCeB2MMJHhvWqQiRr1JT7xJqq/tqlawLgoCWHA4uACIElWPu1ohFOgl utQEDuGJ9ajCYGU+Omc2eBGIuLOs82Cr9qm0VUdBwdJEWU0ldRdj2/hT8MbE5Rs2l2Tl 6WEA== MIME-Version: 1.0 X-Received: by 10.52.117.68 with SMTP id kc4mr10975515vdb.0.1378657568336; Sun, 08 Sep 2013 09:26:08 -0700 (PDT) Sender: edschouten@gmail.com Received: by 10.220.115.206 with HTTP; Sun, 8 Sep 2013 09:26:08 -0700 (PDT) In-Reply-To: <201309071350.r87DoDUb005690@svn.freebsd.org> References: <201309071350.r87DoDUb005690@svn.freebsd.org> Date: Sun, 8 Sep 2013 18:26:08 +0200 X-Google-Sender-Auth: zO-4vKafDQjytvf8PijZNhumzYE Message-ID: Subject: Re: svn commit: r255360 - head/sys/net From: Ed Schouten To: Davide Italiano Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 16:26:09 -0000 2013/9/7 Davide Italiano : > Log: > Don't clear the unused SI_CHEAPCLONE flag in tap_create()/tuncreate(). Both the tun and the tap driver still use clonelists, right? I'm not sure this fix is all right. -- Ed Schouten