Skip to content

Commit

Permalink
Remove interface service based on no implementations nor no clear use
Browse files Browse the repository at this point in the history
gNMI can set all of these configurations at this point
This service no longer is needed
Also the reset counters actually breaks many streaming implementations
  • Loading branch information
marcushines committed Apr 17, 2023
1 parent cc419f3 commit 9933e78
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 813 deletions.
2 changes: 1 addition & 1 deletion compile_protos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
proto_imports=".:${GOPATH}/src/github.com/google/protobuf/src:${GOPATH}/src/github.com/googleapis/googleapis:${GOPATH}/src:."

# Go
for p in types common diag bgp cert factory_reset file healthz interface layer2 mpls system os otdr wavelength_router packet_link_qualification; do
for p in types common diag bgp cert factory_reset file healthz layer2 mpls system os otdr wavelength_router packet_link_qualification; do
protoc -I="${proto_imports}" --go-grpc_out=. --go-grpc_opt=paths=source_relative --go_out=. --go_opt=paths=source_relative $p/$p.proto
done

52 changes: 0 additions & 52 deletions interface/BUILD.bazel

This file was deleted.

Loading

0 comments on commit 9933e78

Please sign in to comment.