From owner-freebsd-ports@freebsd.org Sat Jun 2 06:29:34 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 455B0F7C0E1 for ; Sat, 2 Jun 2018 06:29:34 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-pf0-f170.google.com (mail-pf0-f170.google.com [209.85.192.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4F596F5E6 for ; Sat, 2 Jun 2018 06:29:33 +0000 (UTC) (envelope-from cochard@gmail.com) Received: by mail-pf0-f170.google.com with SMTP id r11-v6so5932265pfl.6 for ; Fri, 01 Jun 2018 23:29:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KNblqw/3Og+baux38krtqA69+UFQLFvTJiuAMscrg3A=; b=jk7sumUF/5MCuizVwZF7WpfhVEw2w4XuZkLLwprGapj4HcqRxHZ8AwuHYpRqeO101u FBlYBjHWbOwJZpu2N9PMT49D2JRVEbMPqFAdpnZNxO6fPkj+eTFzQIMfXIwjRsZW7hHA zP/CUOe/enWrtq0xTnaR8o9LEIPx5HIvWtX5xLYRblkkJGKc7dwU6bGobnWJtXPfDrQW Ch4rK4tHWvQ1i6JFvwoR4xNj7ZkKV+C9KQZeWTDyCmhtEEcR1dI1biFxQmhNbuqLoQ1L 0/8tBfhsWiy6c6tXa6H0+2ZXcu148RBf4KOSip/QRrMznuZWad2SxThLaVogDbUui6bY 0IqQ== X-Gm-Message-State: ALKqPweu6OujGgvUr0r+0uofQfNFYQY9LLK0euUp65aeCmVTG/JKy20l eDyZ1fVRZpdktFeQjWXWn1uzOvNm X-Google-Smtp-Source: ADUXVKJUIiPvqBvMTa9LQHH1N5jg4rHzbtD+z+w4Hw62DTWslW27AFmBk5aEIu+2Sf0QyQ4TXhJ45A== X-Received: by 2002:a63:7848:: with SMTP id t69-v6mr11145856pgc.380.1527920631016; Fri, 01 Jun 2018 23:23:51 -0700 (PDT) Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com. [209.85.192.175]) by smtp.gmail.com with ESMTPSA id x2-v6sm93470882pfk.113.2018.06.01.23.23.50 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Jun 2018 23:23:50 -0700 (PDT) Received: by mail-pf0-f175.google.com with SMTP id j20-v6so13479159pff.10 for ; Fri, 01 Jun 2018 23:23:50 -0700 (PDT) X-Received: by 2002:a63:6e05:: with SMTP id j5-v6mr11177818pgc.150.1527920630681; Fri, 01 Jun 2018 23:23:50 -0700 (PDT) MIME-Version: 1.0 References: <3fa47fe3-23ab-8358-4b52-8fee9a0a9b62@sentex.net> In-Reply-To: <3fa47fe3-23ab-8358-4b52-8fee9a0a9b62@sentex.net> From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Sat, 2 Jun 2018 08:23:37 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: net/frr 4.0 crashing To: Mike Tancsa Cc: FreeBSD Ports ML Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2018 06:29:34 -0000 On Wed, May 30, 2018 at 9:05 PM Mike Tancsa wrote: > Hi, > On a recent RELENG_11 (r334152) I am no longer able to start up t= he > routing daemons. I get an Abort at the end. Anyone have any ideas what > this might be about ? > > =E2=80=8BHi, seems that FRR 4.0 crash if there are tun,gre,gif interfaces=E2=80=8B on Fr= eeBSD. https://github.com/FRRouting/frr/issues/1907 https://github.com/FRRouting/frr/issues/2338 I'm thinking of creating a net/frr3 (FRR version 3.0.3) and moving net/frr to net/frr4 for allowing FreeBSD users to revert back to FRR 3.0.3 meanwhile. Regards, Olivier