https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269787

            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: [email protected]
          Reporter: [email protected]

[...]
+       case AF_INET6:
+               nh->gw6_sa.sin6_family = AF_INET6;
+               nh->gw6_sa.sin6_len = sizeof(struct sockaddr_in6);
+               nh->gw6_sa.sin6_addr = in6addr_loopback;
[...]

needs some ifdef guarding.

Thank you!

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to