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 #2395

Merged
merged 2 commits into from
Mar 19, 2024
Merged

Updates #2395

merged 2 commits into from
Mar 19, 2024

Commits on Mar 19, 2024

  1. vrrp: fix global skip_check_adv_addr and strict_mode parsing

    skip_check_adv_addr and strict_mode take an option parameter, but
    keepalived wasn't parsing it, and assumed it was set on/true/yes.
    
    Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
    pqarmitage committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    548743e View commit details
    Browse the repository at this point in the history
  2. all: add global keyword use_symlink_paths

    By default keepalived resolves all symbolic links in path names
    of scripts to the real path. This commit adds the use_symlink_paths
    option to maintain the symlinks in paths, so that users can update
    symlinks in order to update the scripts being called.
    
    See github.com keepalived issue acassen#2393 for the rational for this
    requirement.
    
    Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
    pqarmitage committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ebf37b9 View commit details
    Browse the repository at this point in the history