Searched hist:"66351 f5126ac27d55d0014568ee9b5319e46c01b" (Results 1 – 2 of 2) sorted by relevance
/freebsd/share/man/man4/ |
H A D | ng_nat.4 | diff 66351f5126ac27d55d0014568ee9b5319e46c01b Thu Jan 23 17:45:48 CET 2020 Mark Johnston <markj@FreeBSD.org> ng_nat: Pass IPv6 packets through.
ng_nat implements NAT for IPv4 traffic only. When connected to an ng_ether node it erroneously handled IPv6 packets as well.
This change is not sufficient: ng_nat does not do any validation of IP packets in this mode, even though they have not yet passed through ip_input().
PR: 243096 Reported by: Robert James Hernandez <rob@sarcasticadmin.com> Reviewed by: julian Differential Revision: https://reviews.freebsd.org/D23080
|
/freebsd/sys/netgraph/ |
H A D | ng_nat.c | diff 66351f5126ac27d55d0014568ee9b5319e46c01b Thu Jan 23 17:45:48 CET 2020 Mark Johnston <markj@FreeBSD.org> ng_nat: Pass IPv6 packets through.
ng_nat implements NAT for IPv4 traffic only. When connected to an ng_ether node it erroneously handled IPv6 packets as well.
This change is not sufficient: ng_nat does not do any validation of IP packets in this mode, even though they have not yet passed through ip_input().
PR: 243096 Reported by: Robert James Hernandez <rob@sarcasticadmin.com> Reviewed by: julian Differential Revision: https://reviews.freebsd.org/D23080
|