Skip to content

Commit

Permalink
Update auto generated content
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 30, 2024
1 parent c31b0d3 commit 73177ad
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
11 changes: 11 additions & 0 deletions artifacts/l1s_pb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ message Config {

// Connection between ports within a switch.
repeated Link links = 1;

message Operation {
enum Enum {
unspecified = 0;
CREATE = 1;
DELETE = 2;
}
}
// Operation to Create or Delete Links
// default = Operation.Enum.create
optional Operation.Enum operation = 2;
}

// Link between the Ports.
Expand Down
Loading

0 comments on commit 73177ad

Please sign in to comment.