Skip to content
Snippets Groups Projects
openconfig.proto 672 B
Newer Older
  • Learn to ignore specific revisions
  • Manuel Kieweg's avatar
    Manuel Kieweg committed
    // openconfig is generated by proto_generator as a protobuf
    // representation of a YANG schema.
    //
    // Input schema modules:
    //  - ../yang-models/models/openconfig/release/models/interfaces/openconfig-interfaces.yang
    // Include paths:
    //   - ../yang-models/models/...
    syntax = "proto3";
    
    package openconfig;
    
    option go_package = "code.fbi.h-da.de/cocsn/gosdn";
    
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    
    import "github.com/openconfig/ygot/proto/ywrapper/ywrapper.proto";
    import "github.com/openconfig/ygot/proto/yext/yext.proto";
    import "openconfig/openconfig_interfaces/openconfig_interfaces.proto";
    
    message Device {
      openconfig_interfaces.Interfaces interfaces = 85031486 [(yext.schemapath) = "/interfaces"];
    }