# HG changeset patch # User Roy Marples # Date 1590780810 -10800 # Node ID cab28576ec7e70257461877664d3d1d3e79c0f33 # Parent ffa72e19fcb87f40f22d4e577aea8e6aeecdef77 Solaris: IP_RECVIF is busted on DilOS at least Luckily Solaris supports IP_PKTINFO as well so lets fall back to that for the time being. diff -r ffa72e19fcb8 -r cab28576ec7e src/if.h --- a/src/if.h Fri May 29 22:07:49 2020 +0300 +++ b/src/if.h Fri May 29 22:33:30 2020 +0300 @@ -119,6 +119,11 @@ * but then ignores it. */ #undef RTF_CLONING +/* This interface is busted on DilOS at least. + * It used to work, but lukily Solaris can fall back to + * IP_PKTINFO. */ +#undef IP_RECVIF + /* Solaris getifaddrs is very un-suitable for dhcpcd. * See if-sun.c for details why. */ struct ifaddrs;