CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/04/28 03:56:27
Modified files: sys/netinet : in.c in.h in_pcb.c ip_output.c raw_ip.c tcp_input.c tcp_usrreq.c udp_usrreq.c Log message: Make in_broadcast() rdomain aware. Mostly mechanical change. This fixes the problem of binding sockets to broadcast IPs in other rdomains. OK henning@