aws / aws-network-policy-agent

Apache License 2.0
43 stars 28 forks source link

Bandwidth plugin prevents NP enforcement #68

Open jayanthvn opened 1 year ago

jayanthvn commented 1 year ago

Bandwidth plugin uses TC filter and attaches TBF(token bucket filter) queuing discipline (qdisc) on both ingress and egress. But we use NP enforcement with TC filter "clsact" which will collide with B/W plugin.

We are working on providing a solution for co-existence.

oOraph commented 10 months ago

note that there is a pending pr in the bandwidth plugin to change the queuing disc from tbf to htb to add some feature there.

if the solution you find was compatible with this qdisc too that would be great :)

https://github.com/containernetworking/plugins/pull/921

thanks

benben commented 2 months ago

@jayanthvn Did you manage to make any progress on this issue? We would like to use both. Thanks!