Fold the two patches for bu6 69 together, building on the bug 65 patch
This commit is contained in:
@@ -74,6 +74,11 @@ GetIpv4RouteToDestination (Ptr<Node> node, Ipv4Route& route,
|
||||
route = tempRoute;
|
||||
return true;
|
||||
}
|
||||
else if ( tempRoute.IsDefault () )
|
||||
{
|
||||
route = tempRoute;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -58,6 +58,7 @@ public:
|
||||
ERROR_AFNOSUPPORT,
|
||||
ERROR_INVAL,
|
||||
ERROR_BADF,
|
||||
ERROR_NOROUTETOHOST,
|
||||
SOCKET_ERRNO_LAST
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user