CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/02 02:28:46
Modified files:
sys/netinet : if_ether.c
Log message:
Do not delete a conflicting & cloned route entry in the hot path.
Deleting a RTF_CLONED entry without deleting its corresponding RTF_CLONING
entry wont help as it will be cloned the next time arplookup() is executed.
ok claudio@
