Skip to content
Snippets Groups Projects
enums.proto 686 B
Newer Older
  • Learn to ignore specific revisions
  • Manuel Kieweg's avatar
    Manuel Kieweg committed
    // openconfig.enums 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.enums;
    
    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";
    
    // IETFInterfacesInterfaceType represents an enumerated type generated for the YANG identity interface-type.
    enum IETFInterfacesInterfaceType {
      IETFINTERFACESINTERFACETYPE_UNSET = 0;
    }