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 E80BF1FF17A for ; Fri, 18 Jul 2025 18:25:39 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id EBCAC35512; Fri, 18 Jul 2025 18:26:44 +0200 (CEST) From: Stefan Hanreich To: pve-devel@lists.proxmox.com Date: Fri, 18 Jul 2025 18:26:20 +0200 Message-Id: <20250718162638.444705-1-s.hanreich@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.206 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_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods RDNS_NONE 0.793 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [network.pm] Subject: [pve-devel] [PATCH common/manager v2 00/18] backport 'proxmox-network-interface-pinning fixes' X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Contains the changes from the original series minus the changes made because of the SDN fabrics. For more details see the respective commits / original series. I've decided to leave the complete history intact, but we could squash a lot of the bugfixes into the initial two commits, if so desired. pve-manager depends on pve-common pve-common: Stefan Hanreich (2): network: add ip link and altname helpers network: add nic prefix to physical nic regex src/PVE/Network.pm | 47 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) pve-manager: Stefan Hanreich (10): cli: add proxmox-network-interface-pinning tool services: add pvesdncommit and pvefirewallcommit pve-sdn-commit: fix reloading logic proxmox-network-interface-pinning: die on failing to write interfaces proxmox-network-interface-pinning: fix pinning after reboot network-interface-pinning: avoid comparing undefined string {sdn, firewall}-commit: wait for quorum sdn-commit: only reload ifupdown if sdn configuration changed network-interface-pinning: fix subsequent invocations network-interface-pinning: early exit if nothing to do Thomas Lamprecht (6): use kebab-case spelling for new SDN and firewall config-commit services firewall on-boot commit: report errors if rename fails nic pinning: prompt before continuing if connected to TTY nic pinning: update description for generate command nic pinning: rename 'nic' parameter to 'interface' nic pinning: improve some informational and error output wording/formatting PVE/CLI/Makefile | 1 + PVE/CLI/proxmox_network_interface_pinning.pm | 415 +++++++++++++++++++ bin/Makefile | 21 +- bin/proxmox-network-interface-pinning | 8 + bin/pve-firewall-commit | 27 ++ bin/pve-sdn-commit | 77 ++++ debian/postinst | 2 +- services/Makefile | 4 +- services/pve-firewall-commit.service | 13 + services/pve-sdn-commit.service | 13 + 10 files changed, 578 insertions(+), 3 deletions(-) create mode 100644 PVE/CLI/proxmox_network_interface_pinning.pm create mode 100644 bin/proxmox-network-interface-pinning create mode 100644 bin/pve-firewall-commit create mode 100644 bin/pve-sdn-commit create mode 100644 services/pve-firewall-commit.service create mode 100644 services/pve-sdn-commit.service Summary over all repositories: 11 files changed, 624 insertions(+), 4 deletions(-) -- Generated by git-murpp 0.8.0 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel