Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bisdn/basebox-protobuf into l3_proto
Browse files Browse the repository at this point in the history
  • Loading branch information
PierluigiGreto committed Jul 16, 2018
2 parents 8f5756e + dd65589 commit 4b73507
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions api/cawr-service.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
syntax = "proto3";
import "common/empty.proto";
import "common/openconfig-interfaces.proto";

package api;


service CawrNetworkInterfaces {
rpc GetCawrInterfaces(empty.Empty) returns (openconfig_interfaces.Interfaces) {};
rpc SetCawrInterface(openconfig_interfaces.Interfaces_Interface) returns (empty.Empty) {};
}

0 comments on commit 4b73507

Please sign in to comment.