You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring qdisc-bypass: false and a downstream-only stream, BNG-Blaster shows rx-packets on the network-interface, although no rx-packets are received:
This wrongly counted rx-packets are included in the report, too:
SoerenBusse
changed the title
BNGBlaster counts RX-packets when disabling qdisc-bypass
BNGBlaster counts rx-packets when disabling qdisc-bypass
Aug 22, 2023
Describe the bug
When configuring
qdisc-bypass: false
and a downstream-only stream, BNG-Blaster shows rx-packets on the network-interface, although no rx-packets are received:This wrongly counted rx-packets are included in the report, too:
When setting
qdisc-bypass: true
the rx-packets are not counted:To Reproduce
Use the PPPoE Quick-Start guide and disable qdisc-bypass.
Version (
bngblaster -v
):JSON configuration:
Steps to reproduce the behavior:
qdisc-bypass: false
Additional context
We want to bypass qdisc in egress to apply
tc netem
rules for simulating network issues like packet loss, latency etc.The text was updated successfully, but these errors were encountered: