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

Updates #2347

Merged
merged 2 commits into from
Oct 1, 2023
Merged

Updates #2347

merged 2 commits into from
Oct 1, 2023

Commits on Sep 20, 2023

  1. vrrp: check prefix length when checking if deleted address is a VIP

    It is possible, for example, to configure both 10.1.0.3/32 and
    10.1.0.3/24 on the same interface. When checking whether an address
    deleted from an interface is one of our VIPs, we need to also check
    the prefix length.
    
    Signed-off-by: Quentin Armitage <[email protected]>
    pqarmitage committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bd7cc2b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. core: fix config-check log file truncate on /dev/null etc

    Prior to a config-check, the log file is truncated (to 0 size). If
    /dev/null (or any other non-regular) file was specified, truncate()
    gives error EINVAL, which was not being handled in the code.
    
    This commit stops keepalived logging an error if the output file
    specified (or the default /dev/null) is a character device.
    
    Signed-off-by: Quentin Armitage <[email protected]>
    pqarmitage committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    37d449a View commit details
    Browse the repository at this point in the history