Skip to content

Commit

Permalink
Fix documentation on proto Link message (openconfig#2780)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-dennis authored Mar 8, 2024
1 parent 79ff423 commit 275be5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topologies/proto/binding.proto
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ message Port {
// Link between two ports.
// Links are only relevant if dynamic solving is enabled.
message Link {
string a = 1; // First port in the format "<device-id>:<port-id>".
string b = 2; // Second port in the format "<device-id>:<port-id>".
string a = 1; // First port in the format "<device-name>:<port-name>".
string b = 2; // Second port in the format "<device-name>:<port-name>".
}

0 comments on commit 275be5c

Please sign in to comment.