What does this change do?
This PR fixes egress bandwidth in Mizar code to use bytes per second instead of bits per second to align with the unit used by K8s annotation.
It also uses the droplet host IP as key for the EDT rate-limiting BFP map.
Why is it needed?
This is a clean consistent way to manage bandwidth units, and use a key that can work for multiple NIC scenarios (when we do that in the future)
How was this tested?
Manual E2E testing. (Unit tests are already in with previous PR
What does this change do? This PR fixes egress bandwidth in Mizar code to use bytes per second instead of bits per second to align with the unit used by K8s annotation. It also uses the droplet host IP as key for the EDT rate-limiting BFP map.
Why is it needed? This is a clean consistent way to manage bandwidth units, and use a key that can work for multiple NIC scenarios (when we do that in the future)
How was this tested? Manual E2E testing. (Unit tests are already in with previous PR
Are there any user facing / API changes? No.