Skip to content

Commit

Permalink
Add exception for user defined and stat end attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjchadaga committed Feb 6, 2025
1 parent 8faaacb commit 64c5c7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta/checkheaders.pl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,10 @@ sub CheckHash
next if $key eq "SAI_OBJECT_TYPE_MAX";
next if $key eq "SAI_API_MAX";
next if $key eq "SAI_PORT_INTERFACE_TYPE_MAX";
next if $key eq "SAI_PORT_STAT_END";
next if $key eq "SAI_PORT_BREAKOUT_MODE_TYPE_MAX";
next if $key eq "SAI_HOSTIF_USER_DEFINED_TRAP_TYPE_CUSTOM_RANGE_BASE";
next if $key eq "SAI_HOSTIF_USER_DEFINED_TRAP_TYPE_END";

# NOTE: some other attributes/enum with END range could be added
}
Expand Down

0 comments on commit 64c5c7a

Please sign in to comment.