This module defines a set of exdtensions that provide gRIBI (the gRPC RIB Interface) specific extensions to the OpenConfig data ...
Version: 2021-04-06
module openconfig-gribi { yang-version 1; namespace "http://openconfig.net/yang/gribi"; prefix oc-gribi; import openconfig-extensions { prefix oc-ext; } import openconfig-system-grpc { prefix oc-grpc; } organization "OpenConfig Working Group"; contact "www.openconfig.net"; description "This module defines a set of exdtensions that provide gRIBI (the gRPC RIB Interface) specific extensions to the OpenConfig data models. Specifically, the parameters for the configuration of the service, and configuration and state are added. The gRIBI protobufs and documentation are published at https://github.com/openconfig/gribi."; revision "2021-04-06" { description "Initial revision."; reference "0.1.0"; } oc-ext:openconfig-version "0.1.0"; identity GRIBI { base oc-grpc:GRPC_SERVICE; description "gRIBI: gRPC Routing Information Base Interface"; } } // module openconfig-gribi
© 2023 YumaWorks, Inc. All rights reserved.