Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2023 20:00:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 269787] d2deebe21b59 breaks kernel without INET6
Message-ID:  <bug-269787-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269787-227>