Skip to content

Commit 9933e78

Browse files
committed
Remove interface service based on no implementations nor no clear use
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
1 parent cc419f3 commit 9933e78

File tree

5 files changed

+1
-813
lines changed

5 files changed

+1
-813
lines changed

compile_protos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
proto_imports=".:${GOPATH}/src/github.com/google/protobuf/src:${GOPATH}/src/github.com/googleapis/googleapis:${GOPATH}/src:."
55

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

interface/BUILD.bazel

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)