cvs commit: src/sys/netinet in_pcb.h src/sys/netinet6 in6_pcb.c
David Malone
dwmalone at FreeBSD.org
Sun Mar 19 11:48:50 UTC 2006
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
More information about the cvs-src
mailing list