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

Fix DBus for VRRP instances without a configured interface #2338

Merged
merged 3 commits into from
Sep 12, 2023

Conversation

pqarmitage
Copy link
Collaborator

No description provided.

Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
…face

keepalived uses "none" for the interface in the	DBus path if a VRRP instance
has no configured interface. However, it was not checking explicitly for "none"
when a query was received. This	commit now adds	a specific check.

Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
keepalived used the string "none" in the DBus path if a VRRP instance
did not	have an	interface configured. This could cause a problem if
a system had an	interface named	"none".

This commit adds global configuration option dbus_no_interface_name to
allow the string to be specified.

Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
@pqarmitage pqarmitage merged commit ee0493d into acassen:master Sep 12, 2023
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