Use pf_send_icmp() consistently in pf_route(). It sets the routing
authorbluhm <bluhm@openbsd.org>
Wed, 10 Jan 2018 13:57:17 +0000 (13:57 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 10 Jan 2018 13:57:17 +0000 (13:57 +0000)
commit51a22f9bf3b9d18e5e0508f8a8d9c32e51dfd761
tree033eea3710aaff0daebdd60cea1735b90eefaf2f
parent88868b84dadc842f4cd57a028952fa06d5d0b77a
Use pf_send_icmp() consistently in pf_route().  It sets the routing
domain and other mbuf flags.  In pf_route6() the bad packet counter
and dup-to check were missing.
OK visa@
sys/net/pf.c