Date: Tue, 9 Sep 2003 12:09:23 -0700 (PDT) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in.h in_pcb.h ip_output.c ip_var.h raw_ip.c udp_usrreq.c src/share/man/man4 ip.4 Message-ID: <200309091909.h89J9NTN003044@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2003/09/09 12:09:23 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet in.h ip_var.h in_pcb.h ip_output.c raw_ip.c udp_usrreq.c share/man/man4 ip.4 Log: MFC: Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on specific interfaces. This is required by aodvd, and may in future help us in getting rid of the requirement for BPF from our import of isc-dhcp. PR: kern/37486 Obtained from: BSD/OS Approved by: re, jake (mentor) Revision Changes Path 1.13.2.10 +41 -0 src/share/man/man4/ip.4 1.48.2.11 +2 -0 src/sys/netinet/in.h 1.32.2.8 +1 -0 src/sys/netinet/in_pcb.h 1.99.2.40 +12 -0 src/sys/netinet/ip_output.c 1.50.2.14 +1 -0 src/sys/netinet/ip_var.h 1.64.2.17 +3 -0 src/sys/netinet/raw_ip.c 1.64.2.19 +11 -4 src/sys/netinet/udp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309091909.h89J9NTN003044>