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

ipvs: fix issue in reload process when using virtual server groups #2345

Merged
merged 1 commit into from
Sep 19, 2023

Commits on Sep 19, 2023

  1. ipvs: fix issue in reload process when using virtual server groups

    issue: when using virtual server groups, remove vs entry in configure
    file and then do reload, vs entry can not be removed. And add vs entry
    in configure file and the do reload, rs with 0 port will be set.
    
    fix: in reload process do the same action with ipvs_group_cmd. set rs
    port with vs port and update live state
    
    Original patch Signed-off-by: Yonglong Li <[email protected]>
    Signed-off-by: Quentin Armitage <[email protected]>
    pqarmitage committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d07d122 View commit details
    Browse the repository at this point in the history