cvs commit: src/sys/net if.c if_var.h src/sys/netinet ip_output.c raw_ip.c udp_usrreq.c

2006-10-06 Thread Andre Oppermann
andre 2006-10-06 20:26:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if.c if_var.h sys/netinet ip_output.c raw_ip.c udp_usrreq.c Log: MFC: - Fix the socket option IP_ONESBCAST by giving it its own case in ip_output

cvs commit: src/sys/net if.c if_var.h src/sys/netinet ip_output.c

2006-09-06 Thread Andre Oppermann
andre 2006-09-06 17:12:10 UTC FreeBSD src repository Modified files: sys/net if.c if_var.h sys/netinet ip_output.c Log: Fix the socket option IP_ONESBCAST by giving it its own case in ip_output() and skip over the normal IP processing. Add a su