From owner-freebsd-net@freebsd.org Tue Dec 15 00:54:46 2020 Return-Path: Delivered-To: freebsd-net@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 713C14CC036 for ; Tue, 15 Dec 2020 00:54:46 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 4Cw0CV2mL0z4ccL for ; Tue, 15 Dec 2020 00:54:46 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (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: olivier/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4D6BB275A1 for ; Tue, 15 Dec 2020 00:54:46 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: by mail-lf1-f45.google.com with SMTP id s26so334313lfc.8 for ; Mon, 14 Dec 2020 16:54:46 -0800 (PST) X-Gm-Message-State: AOAM531FuR6gp4PB1EKCrx/1s6ZA2JwyJqAG2vicvtZDKdyA3vMAzx+x Zm/Xe8FTsm421wTbRk9pTtr9hUoGRpP6vFfmLwY= X-Google-Smtp-Source: ABdhPJxODb6LsIEz+ANdTo3vMF+ueltglQXcUkCrWxaIWRBOZgJhj96DEs0yCZK2HiOP3abBrSTqGAErBTEsW6cfDq0= X-Received: by 2002:a2e:361a:: with SMTP id d26mr11925558lja.115.1607993684954; Mon, 14 Dec 2020 16:54:44 -0800 (PST) MIME-Version: 1.0 References: <20201214071858.GA58656@admin.sibptus.ru> In-Reply-To: <20201214071858.GA58656@admin.sibptus.ru> From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Tue, 15 Dec 2020 01:54:33 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: net/bird2 and OSPF v3 To: Victor Sudakov Cc: freebsd-net@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 00:54:46 -0000 On Mon, Dec 14, 2020 at 8:19 AM Victor Sudakov wrote: > Dear Colleagues, > > Can anyone please share a *working* net/bird2 config with OSPFv3 > doing both IPv4 and IPv6 routing? > > Works fine for me with "protocol ospf v2", but as soon as I switch to > "protocol ospf v3" I lose all IPv4 network information etc. > > Hi Victor, here is a bird example with BGP/RIP/OSPF/STATIC (using jail/vnet here), but the dual OSPF v3 / v2 is working: https://bsdrp.net/documentation/examples/simple_bgp-rip-ospf_lab_with_bird Regards, Olivier