CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/30 02:21:21
Modified files:
sys/netinet : ip_input.c
Log message:
Use the routing table instead of the RB-tree for address lookups in
in_ouraddr().
The lookup done in the forwarding case will hopefully be merged with
this one in the future.
ok kspillner@, bluhm@, claudio@
