CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/09 21:17:59
Modified files:
sys/net : pf.c
sys/netinet : ip_divert.c ip_divert.h
sys/netinet6 : ip6_divert.c ip6_divert.h
Log message:
Simplify the way divert(4) sends packets to userspace: Instead of
unnecessarily allocating an mbuf tag to store the divert port, just pass
the divert port directly to divert_packet() or divert6_packet() as an
argument.
includes a style fix pointed out by bluhm@
ok bluhm@ henning@ reyk@
