From owner-freebsd-net@FreeBSD.ORG Fri Jul 17 08:15:30 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F78A1065673; Fri, 17 Jul 2009 08:15:30 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id 693EE8FC1F; Fri, 17 Jul 2009 08:15:29 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: by fxm24 with SMTP id 24so518903fxm.43 for ; Fri, 17 Jul 2009 01:15:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=xfse68S3PcbXLbEQakMCD+M73dL5Yr79IJFi80ZKMa4=; b=ipe6rQoyOWCvEYx0Dnjt5Bw5YLPS5jvY04p72rA9BBToKK8mkJGVxLFHKimDGTtZTT fPrpBhw//wTF+zXA4vC6JtsXNr4zQjOpxW7+VFI3zWGnnhy0UIv4/RkGQQKNOjhLUXpv LmHmwEEy+pAdbv78Bq0JhJCmi84EB9Ku4319U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=jVmBSOfgGD1Sk3e5Im4CoZplkIioYt6zzrZHg5EYOqy3YwiV5EOMDpJQ1lnQ56sjEm cpIs2qVDQHG5LLAc0AQDobLdR8Xc/RDN6Cmv8k3kXMYTLJ03Pmjzvw0MVwetWHpko8lX l9D4MfyXb6i60luLXfkPJpXnOe+sX/vHeGTLE= MIME-Version: 1.0 Received: by 10.103.243.9 with SMTP id v9mr375068mur.69.1247818527364; Fri, 17 Jul 2009 01:15:27 -0700 (PDT) In-Reply-To: <200907101030.n6AAU3Ar050676@freefall.freebsd.org> References: <200907101030.n6AAU3Ar050676@freefall.freebsd.org> Date: Fri, 17 Jul 2009 11:15:27 +0300 Message-ID: <9e20d71e0907170115w3bb17f75tf31d6362a1311fd3@mail.gmail.com> From: Artis Caune To: Eygene Ryabinkin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org, bug-followup@freebsd.org Subject: Re: kern/136618: [pf][stf] panic on cloning interface without unit number, e.g. `stf' X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2009 08:15:30 -0000 2009/7/10 Eygene Ryabinkin > No problems. Care to test both patches? If yes, please, report back > any findings of any type. > Hi, patch works good on amd64, 8.0-BETA2, r195712 root@FreeBSD ~# ifconfig carp0 name carp ifconfig: ioctl (set name): File exists -- Artis Caune Everything should be made as simple as possible, but not simpler.