CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/28 16:15:31
Modified files:
sys/net : pf.c
sys/netinet : ip_input.c ip_var.h
Log message:
Path MTU discovery and traceroute did not always work with pf af-to.
If an incoming packet is directly put into the output path, sending
the icmp error packet is never done. As this is basically forwarding,
calling ip_forward() for such packets does everything that is needed.
OK mikeb@
