Skip to content

Commit

Permalink
[Port Mgr] Fix router resource operation type (futurewei-cloud#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liguang Xie authored May 1, 2021
1 parent 5f71b54 commit 0777179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ private List<ResourceOperation> initializeResourceOperationTypes(PortContext con
}

if (context.containRouters()) {
resourceOperationTypes.add(new ResourceOperation(Common.ResourceType.NEIGHBOR, Common.OperationType.CREATE));
resourceOperationTypes.add(new ResourceOperation(Common.ResourceType.ROUTER, Common.OperationType.CREATE));
}

return resourceOperationTypes;
Expand Down

0 comments on commit 0777179

Please sign in to comment.