From owner-freebsd-current@freebsd.org Mon May 25 19:40:27 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D86192C8A59 for ; Mon, 25 May 2020 19:40:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49W6rW5R6mz4RqD for ; Mon, 25 May 2020 19:40:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f170.google.com (mail-qk1-f170.google.com [209.85.222.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id B127726EB6 for ; Mon, 25 May 2020 19:40:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f170.google.com with SMTP id b27so8400723qka.4 for ; Mon, 25 May 2020 12:40:27 -0700 (PDT) X-Gm-Message-State: AOAM533OWpEb2I6blJqtQdw+hauXPm8NC9gb530GfC8cczq6mceSMgZy k3T3PaTq1MS0XS//AFVfnvJph1a2d4g+u+rNSmA= X-Google-Smtp-Source: ABdhPJzJM9a6Rw1iLOhFQnGSNwHWHTNCgmiPrGJdOoLMr2jlof/oLM4oSx4erecY25Z8Ax1tdk8IiDduY87DWYrLxl0= X-Received: by 2002:a37:4dcc:: with SMTP id a195mr470688qkb.430.1590435627284; Mon, 25 May 2020 12:40:27 -0700 (PDT) MIME-Version: 1.0 References: <202005251921.04PJLeqT073203@donotpassgo.dyslexicfish.net> In-Reply-To: <202005251921.04PJLeqT073203@donotpassgo.dyslexicfish.net> From: Kyle Evans Date: Mon, 25 May 2020 14:40:16 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Panic when attempting to create tunnel when a tunnel with the named alias exists To: Jamie Landeg-Jones Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 19:40:27 -0000 On Mon, May 25, 2020 at 2:22 PM Jamie Landeg-Jones wrote: > > From the "Why did you do that?" department: > > I stumbled across a panic in 12.1-stable and 13-current. If you > attempt to create a tunnel, which would have the same name as > an already existing tunnel "alias" hardlink, you get a panic. > > E.G: > > # ifconfig tun create name tun1 > # ifcondif tun create > > [... snip ...] Whoops, good catch. =-( Will fix ASAP. Thanks, Kyle Evans