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

Conversation

pqarmitage
Copy link
Collaborator

@pqarmitage pqarmitage commented Mar 19, 2024

Fix skip_check_adv_addr and strict_mode global parameter parsing.

Add option not to resolve symbolic links in in script path names

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>
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 pqarmitage merged commit 9d4579b into acassen:master Mar 19, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant