-
Notifications
You must be signed in to change notification settings - Fork 57
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 static IP allocation #1417
base: master
Are you sure you want to change the base?
Fix static IP allocation #1417
Conversation
No JIRA Ids found for the PR. Jira id is mandatory to update fix version in jira. Please update respective Jira id in PR title or commit message if the PR is intented for default branches of repo. For mandatory exemptions, comment trigger phrase 'skip jira-id-check' in PR. For manual trigger, comment trigger phrase 'run jira-id-check' in PR. |
Can one of the admins verify this patch? |
@aaha97 can you please look into this? |
auto_allocate_ip (optional) |
@jeyapradeen-avi Could you please take a look? |
When creating a VIP if autoallocate is set along with static IP, autoallocate is taking over precedence. Signed-off-by: Dinar Valeev <[email protected]>
No JIRA Ids found for the PR. Jira id is mandatory to update fix version in jira. Please update respective Jira id in PR title or commit message if the PR is intented for default branches of repo. For mandatory exemptions, comment trigger phrase 'skip jira-id-check' in PR. For manual trigger, comment trigger phrase 'run jira-id-check' in PR. |
ping |
When creating a VIP if autoallocate is set along with static IP, autoallocate is taking over precedence.