This commit is contained in:
Pavel Boyko
2009-05-29 15:54:23 +04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1382,7 +1382,7 @@ GlobalRouteManagerImpl::SPFIntraAddStub (GlobalRoutingLinkRecord *l, SPFVertex*
// If no such interface is found, return -1 (note: unit test framework
// for routing assumes -1 to be a legal return value)
//
uint32_t
int32_t
GlobalRouteManagerImpl::FindOutgoingInterfaceId (Ipv4Address a, Ipv4Mask amask)
{
NS_LOG_FUNCTION (a << amask);

View File

@@ -799,7 +799,7 @@ private:
void SPFIntraAddRouter (SPFVertex* v);
void SPFIntraAddTransit (SPFVertex* v);
void SPFIntraAddStub (GlobalRoutingLinkRecord *l, SPFVertex* v);
uint32_t FindOutgoingInterfaceId (Ipv4Address a,
int32_t FindOutgoingInterfaceId (Ipv4Address a,
Ipv4Mask amask = Ipv4Mask("255.255.255.255"));
// Local cache of the Ipv4GlobalRouting objects, indexed by nodeId