NetSys / bess

BESS: Berkeley Extensible Software Switch
Other
313 stars 156 forks source link

fix replicate first index gate issue #1014

Open fshahinfar1 opened 4 years ago

fshahinfar1 commented 4 years ago

when the first gate of the replicate gates array is not zero the behavior of the code was unexpected. it was emiting packets on gate zero instead of using the gate in the array with zero index.

codecov[bot] commented 4 years ago

Codecov Report

Merging #1014 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1014   +/-   ##
=======================================
  Coverage   55.96%   55.96%           
=======================================
  Files           9        9           
  Lines        1165     1165           
=======================================
  Hits          652      652           
  Misses        513      513           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ab8773c...f1dff7f. Read the comment docs.