Skip to content

Commit

Permalink
ip mac update
Browse files Browse the repository at this point in the history
  • Loading branch information
trisulnsm committed Sep 21, 2022
1 parent 56d6b86 commit 29a5fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyzers/ip-mac-mapper/ip-mac.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ TrisulPlugin = {
-- id, type of meter, toppers to track, bottom-ers to track, Name, units, units-short
--
meters = {
{ 0, T.K.vartype.RATE_COUNTER, 20, 0, "SourceBW", "Bps", "Bps" },
{ 1, T.K.vartype.RATE_COUNTER, 20, 0, "DestBW", "Bps", "Bps" },
{ 0, T.K.vartype.RATE_COUNTER, 20, 0, "Bps", "SourceBW", "Bps" },
{ 1, T.K.vartype.RATE_COUNTER, 20, 0, "Bps", "DestBW", "Bps" },
},

},
Expand Down

0 comments on commit 29a5fa0

Please sign in to comment.