Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Lam <[email protected]>
  • Loading branch information
matthewtlam committed Oct 28, 2024
1 parent ed685fb commit 1982bfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go/p4/v1/p4runtime.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/p4/v1/p4runtime.proto
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ message PacketReplicationEngineEntry {
}
}

// Added in v1.5.0.
// A backup replica used as a fallback when the primary replica port goes down.
// Added in v1.5.0.
message BackupReplica {
bytes port = 1;
uint32 instance = 2;
Expand Down
2 changes: 1 addition & 1 deletion rust/src/p4.v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ pub mod packet_replication_engine_entry {
CloneSessionEntry(super::CloneSessionEntry),
}
}
/// Added in v1.5.0.
/// A backup replica used as a fallback when the primary replica port goes down.
/// Added in v1.5.0.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BackupReplica {
Expand Down

0 comments on commit 1982bfa

Please sign in to comment.