Skip to content

Commit

Permalink
Update comments in metadata proto (openconfig#1764)
Browse files Browse the repository at this point in the history
* Update comments in proto

* add changes to pb.go files

* removed unused deviations

---------

Co-authored-by: Pramod Maurya <[email protected]>
  • Loading branch information
prinikasn and self-maurya authored Jan 15, 2025
1 parent c12b042 commit aaa1db9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
8 changes: 6 additions & 2 deletions proto/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ message Metadata {
// Device requires additional config for ECN.
// Juniper: partnerissuetracker.corp.google.com/277657269
bool ecn_profile_required_definition = 25;
// Set true for device that does not support interface ipv6 discarded packet
// statistics.
// Device does not support interface ipv6 discarded packet statistics.
// Juniper: partnerissuetracker.corp.google.com/277762075
bool ipv6_discarded_pkts_unsupported = 26;
// Device does not support drop and weight leaves under queue management
Expand All @@ -127,6 +126,7 @@ message Metadata {
bool drop_weight_leaves_unsupported = 27;
// Config pushed through origin CLI takes precedence over config pushed
// through origin OC.
// Juniper: partnerissuetracker.corp.google.com/270474468
bool cli_takes_precedence_over_oc = 29;
// Device does not support weight above 100.
// Juniper: partnerissuetracker.corp.google.com/277066804
Expand All @@ -143,12 +143,15 @@ message Metadata {
bool interface_counters_from_container = 33;
// Use this deviation when the device does not support a mix of tagged and
// untagged subinterfaces.
// Juniper: partnerissuetracker.corp.google.com/267822588
bool no_mix_of_tagged_and_untagged_subinterfaces = 34;
// Device does not support reporting software version according to the
// requirements in gNMI-1.10.
// Juniper: partnerissuetracker.corp.google.com/278764547
bool sw_version_unsupported = 37;
// Device requires explicit interface ref configuration when applying
// features to interface.
// Juniper: partnerissuetracker.corp.google.com/267691571
bool explicit_interface_ref_definition = 38;
// Device does not support telemetry path /components/component/storage.
// Juniper: partnerissuetracker.corp.google.com/284239001
Expand All @@ -161,6 +164,7 @@ message Metadata {
// Nokia: partnerissuetracker.corp.google.com/260928639
bool explicit_interface_in_default_vrf = 42;
// Skip checking QOS Dropped octets stats for interface.
// Juniper: partnerissuetracker.corp.google.com/282686094
bool qos_dropped_octets = 43;
// Device is missing subinterface packet counters for IPv4/IPv6.
bool subinterface_packet_counters_missing = 44;
Expand Down
17 changes: 13 additions & 4 deletions proto/metadata_go_proto/metadata.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aaa1db9

Please sign in to comment.