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

ignore fip without target, instead of returning an error #224

Merged
merged 2 commits into from
Nov 9, 2023
Merged

Conversation

adisos
Copy link
Collaborator

@adisos adisos commented Nov 9, 2023

No description provided.

@adisos adisos marked this pull request as ready for review November 9, 2023 14:42
@adisos adisos requested a review from zivnevo November 9, 2023 14:44
@@ -516,6 +516,10 @@ func getPgwConfig(
return nil
}

func ignoreFIPWarning(fipName string) string {
return "warning: ignoring floatingIP " + fipName
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return "warning: ignoring floatingIP " + fipName
return "warning: ignoring floating IP " + fipName + ": unsupported floating IP target."

We should provide the user with some clues why this happens.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added more details

@adisos adisos merged commit c45d49a into main Nov 9, 2023
4 checks passed
@adisos adisos deleted the fix_fip_issue branch November 9, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants