]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make net.inet.ip.portrange.reservedhigh and
authorDavid Malone <dwmalone@FreeBSD.org>
Sun, 19 Mar 2006 11:48:48 +0000 (11:48 +0000)
committerDavid Malone <dwmalone@FreeBSD.org>
Sun, 19 Mar 2006 11:48:48 +0000 (11:48 +0000)
commitfcd1001c63e7038a2997420156b5400dc0b0646f
tree42e7dc0e36634f484a2981e672c28b262c3fded7
parente675705966fde88579da4dc075676d1939e54ae1
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
sys/netinet/in_pcb.h
sys/netinet6/in6_pcb.c