CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2014/09/30 02:26:15

Modified files:
        sys/netinet    : ip_icmp.c 

Log message:
Do not use the global list of IPv4 addresses in icmp_reflect()...

..but the routing table!

Note that this lookup is redundant with the one done in in_ouraddr()
and we should be able to save this information instead of redoing a
lookup if we need to send an error message.

ok kspillner@, bluhm@, claudio@

Reply via email to