Date: Sun, 19 Mar 2006 11:48:49 +0000 (UTC) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.h src/sys/netinet6 in6_pcb.c Message-ID: <200603191148.k2JBmn0A087726@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2006-03-19 11:48:49 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.h sys/netinet6 in6_pcb.c Log: Make net.inet.ip.portrange.reservedhigh and net.inet.ip.portrange.reservedlow apply to IPv6 aswell as IPv4. We could have made new sysctls for IPv6, but that potentially makes things complicated for mapped addresses. This seems like the least confusing option and least likely to cause obscure problems in the future. This change makes the mac_portacl module useful with IPv6 apps. Reviewed by: ume MFC after: 1 month Revision Changes Path 1.83 +2 -0 src/sys/netinet/in_pcb.h 1.65 +2 -1 src/sys/netinet6/in6_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603191148.k2JBmn0A087726>