Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Fix router resource operation type
Browse files Browse the repository at this point in the history
  • Loading branch information
Liguang Xie committed Apr 30, 2021
1 parent 5f71b54 commit 71a8c86
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 71a8c86

Please sign in to comment.