Skip to content

Commit

Permalink
update vendor service defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
davnerson-dn committed Mar 11, 2024
1 parent a1d6612 commit 3e0872a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions topo/node/drivenets/drivenets.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,21 +255,13 @@ func cdnosDefaults(pb *tpb.Node) *tpb.Node {
pb.Services = map[uint32]*tpb.Service{
// https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=gnmi
9339: {
Name: "gnmi",
Names: []string{"gnmi", "gnoi", "gnsi"},
Inside: 9339,
},
9340: {
Name: "gribi",
Names: []string{"gribi"},
Inside: 9340,
},
9341: {
Name: "gnsi",
Inside: 9339,
},
9342: {
Name: "gnoi",
Inside: 9339,
},
}
}
return pb
Expand Down

0 comments on commit 3e0872a

Please sign in to comment.