Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add trafficControlController to handle TrafficControl requests #3487

Merged
merged 1 commit into from Jun 10, 2022

Commits on Jun 10, 2022

  1. Add trafficControlController to handle TrafficControl requests

    - Use label selectors to filter Pods running on current Node.
    - Translate the selected Pods to OVS ports, which will be used
      to filter the packets that should be mirrored or redirected.
    - Translate the target device to the OVS port, which will be
      used as the target port the traffic should be mirrored or
      redirected.
    - Install OpenFlow rules calculated using the above arguments.
    
    Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
    Co-authored-by: Quan Tian <qtian@vmware.com>
    Co-authored-by: Wenqi Qiu <wenqiq@vmware.com>
    3 people committed Jun 10, 2022
    Copy the full SHA
    bc3a01f View commit details
    Browse the repository at this point in the history