Skip to content

Commit

Permalink
Fix odd white spacing in p4runtime.proto
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Lam <[email protected]>
  • Loading branch information
matthewtlam committed Oct 24, 2024
1 parent 18622bd commit 72f3375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/p4/v1/p4runtime.proto
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ message PacketReplicationEngineEntry {
// A backup replica used as a fallback port for a replica.
message BackupReplica {
// Added in v1.5.0.
bytes port = 1;
uint32 instance = 2;
bytes port = 1;
uint32 instance = 2;
}

// Used for replicas created for cloning and multicasting actions.
Expand Down

0 comments on commit 72f3375

Please sign in to comment.