From nobody Thu Feb 23 20:00:04 2023 X-Original-To: bugs@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 4PN3lm5zPWz3sh1r for ; Thu, 23 Feb 2023 20:00:04 +0000 (UTC) (envelope-from bugzilla-noreply@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PN3lm2YvMz4GFZ for ; Thu, 23 Feb 2023 20:00:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1677182404; 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=ISxS03wxvP++UyTCMou6rrqgs3lZuLEWKQvS+H5b8Bo=; b=Dn6jksW84zo2uNq69FFfrkZDYF4jF65KG5+O0xHPE3qLg5tzwD+2/B31mqGngLcoDcAJys OBLEGlTrUG6lzZaQyYNgoxu2rf95cI2Fx1IpaIJUZ7Jrc+jAKNV/O+5H+e2jhZK4drFJ9R ySuEW0yjeAaxq8q3jHihZfs+vCmQaqZuvz8LChnNrBxm6Up0gaDBU3WPsHZ//sRpN5dceB ZkxOQNYgDevGV3+CdPL74hRdZp5GVCdNfa6jsfvHBj6bIaq2E1QNcOmAFEIJBBAjLsNxWO dNRI6Em1eS2OIVGGa06HV/kE9rQFkXSQe5kqN1XavfUtUBVvOYb6PWtK2qqGCw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1677182404; a=rsa-sha256; cv=none; b=EF+vW4qu3+gBOnJjZtde2zxzHD/Kcv3I8PksAMlgfv2EFaQz39vEbBKUaUiIU4REuqitZS 5Jvn16uWpDMXbnbFQk7ZhHfo46PGbd22jzJcEMC7jmMDWd1boGs1FCX6fNXpYxidYLacr6 Z1kYGX7u5cfxFpffLm+QZCRttG44Dpu7kH0ycSq3nlAOCnFw5UzMfA8ChvtDRCDdMN1J+M w349MjamIk40H18vNH7A5JVSIfTk6zzOW5oWVVLjm+FL+Hox41SzKjAQlHMD2zblan5QFp 5hAFXj/L6TzqA9vVi+zqPLEtYl5wblOrcIb9oZYh5kmVE2epgGxt3weiXHBCCg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4PN3lm1dBjzvY4 for ; Thu, 23 Feb 2023 20:00:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 31NK042F066085 for ; Thu, 23 Feb 2023 20:00:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 31NK04FT066084 for bugs@FreeBSD.org; Thu, 23 Feb 2023 20:00:04 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 269787] d2deebe21b59 breaks kernel without INET6 Date: Thu, 23 Feb 2023 20:00:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bugs.fbsd@paepcke.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269787 Bug ID: 269787 Summary: d2deebe21b59 breaks kernel without INET6 Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: bugs.fbsd@paepcke.de [...] + case AF_INET6: + nh->gw6_sa.sin6_family =3D AF_INET6; + nh->gw6_sa.sin6_len =3D sizeof(struct sockaddr_in6); + nh->gw6_sa.sin6_addr =3D in6addr_loopback; [...] needs some ifdef guarding. Thank you! --=20 You are receiving this mail because: You are the assignee for the bug.=