From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 4C5011FF136 for ; Mon, 18 May 2026 12:23:04 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id BB10BA6F3; Mon, 18 May 2026 12:22:57 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Hannes Laimer Subject: Re: [PATCH docs/manager/network/proxmox{-ve-rs,-perl-rs} v6 0/9] sdn: add BGP fabric Date: Mon, 18 May 2026 12:20:37 +0200 Message-ID: <177909919151.3110381.4677532552380222478.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260515102500.216264-1-h.laimer@proxmox.com> References: <20260515102500.216264-1-h.laimer@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1779099759786 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.121 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: 6FPZXFMQZREKNQSGTSMRTCLFTXPABJES X-Message-ID-Hash: 6FPZXFMQZREKNQSGTSMRTCLFTXPABJES X-MailFrom: t.lamprecht@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Fri, 15 May 2026 12:24:51 +0200, Hannes Laimer wrote: > This patch series adds BGP as a third fabric protocol alongside OpenFabric and > OSPF. It targets eBGP unnumbered underlays where each node has a unique ASN and > peers over physical interfaces without IP assignment on fabric links. > > ## Dependencies > > This series is based on the wireguard, evpn, and ospf-redist series ([3]-[5]). > > [...] Applied, thanks! A few changes we did on top: * folded review fixes into the proxmox-ve-rs commit (UpdaterType type mismatch on NodeData, broken delete API from a stray #[serde(untagged)] on BgpNodeDeletableProperties, always-Some if let around local_as setup, drive-by reorder of the From
arms, "an Bgp" / "an BGP" doc-comment grammar) * folded review fixes into the proxmox-perl-rs commits (missing Protocol::Bgp arm in get_status so a healthy BGP fabric reported NotOk in the UI; enabled bgpd in enabled_daemons since Debian's vanilla /etc/frr/daemons has bgpd=no; revert drive-by import reorder to keep rustfmt-2024 style; drop stale doc comment on mod bgp) * two small follow-ups on top of proxmox-ve-rs (frr: bgp: document merge_fabric preservation semantics; ve-config: sdn: fabric: bgp: gate 0.0.0.0 router-id at validation) * bumped proxmox-frr to 0.5.1, proxmox-ve-config to 0.10, libpve-rs-perl to 0.15.0 and libpve-network-perl to 1.6.0 [proxmox-ve-rs] [1/1] sdn: fabric: add BGP protocol support commit: f7a336978c8fb22735dd91254cd1bbd6097cf2a5 [proxmox-perl-rs] [1/2] sdn: fabrics: add BGP config generation commit: 01868d9f50c471831c0589ae044e04419ef7ce9d [2/2] sdn: fabrics: add BGP status endpoints commit: af5c8d4105ad7d349ac0153af1923400052f79d9 [pve-network] [1/4] sdn: fabrics: register bgp as a fabric protocol type commit: 9d8533d7fa1cfd65016b3307a5ec3a2a07dcc4fd [2/4] sdn: forbid BGP controller and BGP fabric coexistence commit: 188f2c5e076419acd8b9609c1f2cbc848942725b [3/4] sdn: evpn: support eBGP VTEPs over BGP fabric underlays commit: ee78539eb61e066655f568049655f8f05e9b9ef8 [4/4] test: evpn: add integration test for EVPN over BGP fabric commit: 1574df2c303df0e277a9258263dc3e01cdb92b0d [pve-manager] [1/1] ui: sdn: add BGP fabric support commit: 64876b483d363898451740f65bea4b131759ada0 [pve-docs] [1/1] sdn: add bgp fabric section commit: b657b3e6b1bca5d1c41b79ebeb65886a47defb90