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

Change to use PacketIn2/Controller2 #4768

Merged
merged 3 commits into from
May 17, 2023
Merged

Commits on May 16, 2023

  1. Refactor to use packetIn2/controller2

    This commit replaces the use of packetIn and controller with
    packetIn2 and controller2, respectively. It also replaces the use of
    the 'reason' with the 'userdata' to distribute packetIn2 to the
    handler. Additionally, it replaces the use of 'customreason'
    with 'userdata' to indicate what operations are needed for the
    handler, when there is a chance that multiple operations are required
    for a single packetIn2.
    
    Furthermore, this commit introduces a change to use 'pause'+`resume`
    for FQDN policy.
    
    This commit upgrades ofnet to v0.7.1 and libOpenflow to v0.10.1, where
    the packetIn2/controller2 support were added.
    
    Signed-off-by: graysonwu <wgrayson@vmware.com>
    GraysonWu committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4574725 View commit details
    Browse the repository at this point in the history
  2. Address comments

    Signed-off-by: graysonwu <wgrayson@vmware.com>
    GraysonWu committed May 16, 2023
    Configuration menu
    Copy the full SHA
    56212eb View commit details
    Browse the repository at this point in the history
  3. Address comments 2

    Signed-off-by: graysonwu <wgrayson@vmware.com>
    GraysonWu committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4005406 View commit details
    Browse the repository at this point in the history