Project

General

Profile

Actions

Bug #2005

closed

A router's SyncLogicHandler should not fetch LSAs for itself

Added by Vince Lehman over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
09/23/2014
Due date:
% Done:

100%

Estimated time:

Description

Currently, SyncLogicHandler checks the router name in an update against the router prefix in the configuration file.

if (routerName != pnlsr.getConfParameter().getRouterPrefix())

But, routerName does not include the network while getRouterPrefix() does. Thus, the conditional will always evaluate to true.

Instead, the network should be prepended to the routerName before the check.


Related issues 1 (0 open1 closed)

Related to NLSR - Bug #1881: LSDB fetching "own" data after restartClosed08/17/2014

Actions
Actions #1

Updated by Vince Lehman over 9 years ago

  • Description updated (diff)
Actions #2

Updated by Vince Lehman over 9 years ago

  • Related to Bug #1881: LSDB fetching "own" data after restart added
Actions #3

Updated by Vince Lehman over 9 years ago

  • Status changed from New to Code review
Actions #4

Updated by Vince Lehman over 9 years ago

  • Status changed from Code review to Closed
  • % Done changed from 90 to 100
Actions

Also available in: Atom PDF