CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/04 10:51:15
Modified files:
sys/netinet : ip_input.c
Log message:
The forced IP header pullup in the multicast case is only needed when
the system is a multicast forwarder so move the code into that block
and save a few unneeded m_pullups. Found by dlg a long time ago.
OK dlg@
