-
Notifications
You must be signed in to change notification settings - Fork 34
Conversation
|
This pull request fixes 1 alert when merging d8f3a71 into b464aa9 - view on LGTM.com fixed alerts:
|
| public class ProcessorChainManager implements IProcessorChainManager { | ||
| private static final Logger LOG = LoggerFactory.getLogger(ProcessorManager.class); | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DavidLiu506 Do we need these two functions ProcessorChainManager and ProcessorChainManagerV2? It seems like both functions has exactly same lines of code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, AfterProcessor not same, it remove NeighborProcessor. If move RouterProcessor to DPM, add RouterProcessor to it.
| this.routerToDPMService.sendInternalRouterInfoToDPM(internalRouterInfo, networkConfiguration); | ||
| if (version.equals("101")) { | ||
| InternalRouterInfo internalRouterInfo = this.neutronRouterService.constructInternalRouterInfo(routerid, internalSubnetRoutingTableList); | ||
| System.out.println("version 101"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DavidLiu506 Please remove System.out.println here, use LOG instead.
|
@DavidLiu506 and @pkommoju can you test this branch in Jenkins? |
I will start a build shortly. |
Started. |
|
This pull request fixes 1 alert when merging f55e0fe into b464aa9 - view on LGTM.com fixed alerts:
|
cj-chung
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
xieus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a really good change.
|
Relink to Issue #720 as it is a pending issue to be resolved later. |
Add GoadState V1 support to Data Plane Manager, Port Manager and Route Manager and also enable GS version change in configuration file.