messages to lookup the default gateway (RTA_DST | RTA_NETMASK | RTA_IFP), but did not actually send RTA_IFP. This is caught by the recently added check in sys/net/rtsock.c r1.284 causing a failure. Remove RTA_IFP from rtm_addrs to unbreak. Help/ok bluhm@, ok jca@.