Skip to content

Commit

Permalink
Switch router storage to serialized protobuf, rather than json
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Jan 6, 2025
1 parent 5b35d72 commit 2f27817
Show file tree
Hide file tree
Showing 24 changed files with 541 additions and 424 deletions.
365 changes: 187 additions & 178 deletions common/pb/mgmt_pb/mgmt.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions common/pb/mgmt_pb/mgmt.proto
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ message RouterSdkTerminatorDetail {
message ValidateRouterDataModelRequest {
string routerFilter = 1;
bool validateCtrl = 2;
bool fix = 3;
}

message ValidateRouterDataModelResponse {
Expand Down
Loading

0 comments on commit 2f27817

Please sign in to comment.