-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from openconfig/dplore/aft-2.7.0
Add gRIBI support for OC AFT model 2.7.0
- Loading branch information
Showing
22 changed files
with
4,689 additions
and
1,428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# How to rebuild the gRIBI protos on OSX | ||
|
||
## Install dependencies | ||
|
||
* brew install coreutils | ||
* brew install protoc-gen-go-grpc | ||
* brew install protoc-gen-go | ||
* go install github.com/openconfig/ygot/proto_generator@latest | ||
|
||
## Update AFT yang | ||
|
||
* Copy the YANG model files for openconfig public AFTs | ||
* Add deviations as needed to gribi-aft.yang | ||
* Run update_schema.sh | ||
* Run generate_proto.sh | ||
* Run check-updated.sh to review for any unexpected changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.