CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/06 06:48:58
Modified files:
sys/netinet : ip_mroute.c
Log message:
Simplify code by removing some old pullup macro, killing some variables
and using m_dup_pkt() instead of m_copym() with max_linkhdr space adjust
on packet sending to avoid more mbuf allocations.
with input from millert@ and mikeb@,
ok mikeb@
