K 10 svn:author V 7 wollman K 8 svn:date V 27 1995-10-16T19:09:40.000000Z K 7 svn:log V 358 When adding a route fails because there is already a route with the same (mask,value) in the tree, don't immediately return EEXIST. Instead, check to see if the pre-existing route was generated by protcol-cloning. If so, then it is OK to simply blow away the old route and re-attempt the insertion. If not, then fall back to the same error code as before. END