forked from sonic-net/sonic-utilities
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pbh]: Fix show PBH counters when cache is partial (sonic-net#3356)
* [pbh]: Fix show PBH counters when cache is partial. Signed-off-by: Nazarii Hnydyn <[email protected]>
- Loading branch information
1 parent
313a68c
commit f932b57
Showing
4 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"COUNTERS:oid:0x9000000000000": { }, | ||
"COUNTERS:oid:0x9000000000001": { | ||
"SAI_ACL_COUNTER_ATTR_PACKETS": "300", | ||
"SAI_ACL_COUNTER_ATTR_BYTES": "400" | ||
}, | ||
"ACL_COUNTER_RULE_MAP": { | ||
"pbh_table1:nvgre": "oid:0x9000000000000", | ||
"pbh_table2:vxlan": "oid:0x9000000000001" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters