fix build
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user