]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r338468: Fix "ipfw fwd" to work for incoming IPv4 packets
authoreugen <eugen@FreeBSD.org>
Wed, 12 Sep 2018 08:46:49 +0000 (08:46 +0000)
committereugen <eugen@FreeBSD.org>
Wed, 12 Sep 2018 08:46:49 +0000 (08:46 +0000)
commit1f7a3de4e43af01f495f1c529656730654456887
tree27bb5da3486418b3fc2e28ed029b232542f46118
parent4bfdb79b43e74833a67eb9d7f2afcf632b136917
MFC r338468: Fix "ipfw fwd" to work for incoming IPv4 packets
when ip_tryforward() chooses fast forwarding path, as it already works
for IPv6 and for both of them on old slow path.

PR: 231143
Reviewed by: ae
Differential Revision: https://reviews.freebsd.org/D17039
sys/netinet/ip_fastfwd.c