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
Contiv can be set the ingress rate limit and use the openvswitch port, that openvswitch have the
implement for ports.
However, some specical applications need to implement egress traffic shaping.
Expected Behavior
modify the CreatePort method in the ovsdbDriver.go
Add a actual para for egress.
check the para, if not none, that create queue for the special interface.
return d.performOvsdbOps(operations)
it's may be need to modify delete port method.
Observed Behavior
use the policing do the traffic rate limit.
use the queue of shaping do the egress traffic shaping.
Steps to Reproduce (for bugs)
modify the CreatePort method in the ovsdbDriver.go
Add a actual para for egress.
check the para, if not none, that create queue for the special interface.
return d.performOvsdbOps(operations)
it's may be need to modify delete port method.
Your Environment
contiv latest version
The text was updated successfully, but these errors were encountered:
Description
Contiv can be set the ingress rate limit and use the openvswitch port, that openvswitch have the
implement for ports.
However, some specical applications need to implement egress traffic shaping.
Expected Behavior
Observed Behavior
Steps to Reproduce (for bugs)
Your Environment
contiv latest version
The text was updated successfully, but these errors were encountered: