Skip to content

Commit

Permalink
Change json field name for interface id to match other use cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Jul 24, 2024
1 parent f0d8961 commit f906a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scion/showpaths/showpaths.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type Path struct {

// Hop represents an hop on the path.
type Hop struct {
IfID common.IfIDType `json:"ifID"`
IfID common.IfIDType `json:"interface"`
IA addr.IA `json:"isd_as"`
}

Expand Down

0 comments on commit f906a38

Please sign in to comment.