From nobody Thu Apr 16 22:48:18 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fxY8750zzz6ZppD for ; Thu, 16 Apr 2026 22:48:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fxY873cWxz3SyS for ; Thu, 16 Apr 2026 22:48:23 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776379703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YCisn3kR62RAX2cmVzLMoWkGcn0+IVJc4C3chFc+xO8=; b=xhOS5d6FNMTpvNWZ7M6VqmRMHJZxD4mjZQ1KejCeaskotwErYz4+de+TowAMTo0jU17+ho 3BXC+10I3ArOtjYtNOLDY2+1p2EhDuvqxfFEjGRUZLK8gWUvyzlFAchxtPXYSn8atxSSlx i4WDjvgwRquh4XYLmig4pdhJ3w0qDhbWL0oJgkubF/alLLTOvWI/lJ6nYZeb7fuiHXEuI3 qRbKc13BcC+rl/klg6CBLZkoHQknqFUuQC3p5g14d217MFMfAojr1NG5CQ0oEaKav7mB6q Gr2IRCva8uVL8TmkNYm3RPqUcym/8uJUWL06JRCIRdXAEZyZmWgjHUSPyThuVg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776379703; a=rsa-sha256; cv=none; b=igLPBNsIp0xsIqiI55a38fcvCKwS6faChY1qkRZdeqm3WIXZA8U7/Aw0o7+IpKsb6zE4rm cnRuUEsv60/pKrEZaxJTyTALectV7t/Z5tJR6kVE4gBUU5KGbtfM4UYguO6rJASPA8Tzw5 8uhDeKt0j7mU+1z2KeQTZt6sVBM2y/hPCdrhGe/UOarmuqD2SFNT1St0EHW8FVRd/khh8+ qO8I3EzCTBLpL71zDav17T1DGNvQmrAptV2eDK3Ze2cwYtD27NrCuXTnUwqB2kXc19pact 4gNGYA5v0O5ek+Su77xsCkeKTk6+ZEru3a4dawSIgAj9uZMp+/SffyQnozlEyg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776379703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YCisn3kR62RAX2cmVzLMoWkGcn0+IVJc4C3chFc+xO8=; b=NJec/DCNRonkElTsD8TXKN3kXnNxLXvhWcoJAJH3ooC6EMES5/B9j0Q/d5wVdFN3XmLWdw 2sJnQKr2d+4aT5ydYZFRm3u9Q+oGoQG+Xa/Adhovz6GLbMMJMAACJJ35imByhDvm+uV7Kc aIeUKfDGzN5YvpqWt32Wn/iCq1eFVBrBfGnAOsFDdjVWXTq4P2s+vBdIegAfbdq4cx6qzA pmomqLOowkQmTwx4VCv0RT86reCDNDw58wt6ywMm+Wuh4brSYZAsO+va72QhyTYSZtAFwq RrZHIw20Rz9kwcBWe/tAjO4U9D9h7BtaC60RQ4R/JDdFOdcEGxEYYG8N2fe8Mw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fxY872wGdzBkG for ; Thu, 16 Apr 2026 22:48:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3666d by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 16 Apr 2026 22:48:18 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Pouria Mousavizadeh Tehrani Subject: git: 19887b9c4cec - main - ifconfig: Do not build geneve with WITHOUT_NETLINK_SUPPORT List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pouria X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 19887b9c4cec9c6468481ef415bbf94f68592856 Auto-Submitted: auto-generated Date: Thu, 16 Apr 2026 22:48:18 +0000 Message-Id: <69e16732.3666d.506e1111@gitrepo.freebsd.org> The branch main has been updated by pouria: URL: https://cgit.FreeBSD.org/src/commit/?id=19887b9c4cec9c6468481ef415bbf94f68592856 commit 19887b9c4cec9c6468481ef415bbf94f68592856 Author: Pouria Mousavizadeh Tehrani AuthorDate: 2026-04-16 22:40:02 +0000 Commit: Pouria Mousavizadeh Tehrani CommitDate: 2026-04-16 22:47:59 +0000 ifconfig: Do not build geneve with WITHOUT_NETLINK_SUPPORT geneve(4) is netlink-only, therefore, don't build it with WITHOUT_NETLINK_SUPPORT=1 set. Reported by: kp Fixes: 688e289ee904 ("ifconfig: Add support for geneve (netlink)") Differential Revision: https://reviews.freebsd.org/D55184 --- sbin/ifconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index cc518693c2f5..26391023d54a 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -30,7 +30,6 @@ SRCS+= ifmedia.c # SIOC[GS]IFMEDIA support SRCS+= iffib.c # non-default FIB support SRCS+= ifvlan.c # SIOC[GS]ETVLAN support SRCS+= ifvxlan.c # VXLAN support -SRCS+= ifgeneve.c # GENEVE support SRCS+= ifgre.c # GRE keys etc SRCS+= ifgif.c # GIF reversed header workaround SRCS+= ifipsec.c # IPsec VTI @@ -67,6 +66,7 @@ LIBADD+= nv .if ${MK_NETLINK_SUPPORT} != "no" SRCS+= ifconfig_netlink.c +SRCS+= ifgeneve.c # GENEVE support .else CFLAGS+=-DWITHOUT_NETLINK .endif