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

ipset supports for ipvs acl and dpvs-agent #971

Merged
merged 11 commits into from
Sep 12, 2024
Merged

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    dcd034a View commit details
    Browse the repository at this point in the history
  2. ipvs: add ipset-type whtlst to support allow list in network-cidr gra…

    …nularity
    
    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    dc1cec8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f401f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d7a7a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. tools/dpip: fix delay when list empty ipset with sorting enabled

    This problem is caused by underflow of unsigned integer.
    
    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8286ef2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. dpvs: fix ipset default address family problem

    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e170318 View commit details
    Browse the repository at this point in the history
  2. dpvs-agent: define ipset openapi

    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f33a98f View commit details
    Browse the repository at this point in the history
  3. dpvs-agent: update ipset openapi

    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    53f16cf View commit details
    Browse the repository at this point in the history
  4. dpvs-agent: add auto-generated codes for ipset openapi

    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    14d1f0c View commit details
    Browse the repository at this point in the history
  5. dpvs-agent: implementation of ipset api

    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    86a5ea5 View commit details
    Browse the repository at this point in the history
  6. dpvs-agent: add ipset test script

    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    140c152 View commit details
    Browse the repository at this point in the history