-
Notifications
You must be signed in to change notification settings - Fork 202
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
netavark,NetworkUpdate: NetworkUpdateOptions
must be IP addresses
#1358
netavark,NetworkUpdate: NetworkUpdateOptions
must be IP addresses
#1358
Conversation
Issue was initially reported by @ypu. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
errors should start lowercase, otherwise LGTM
We enforced NetworkDNSServers to be IP addresses and we follow this enfore rule while a user is creating network, see comment containers#1237 (review) and PR containers#1237 Following check was missed in `NetworkUpdateOptions` hence add this check now. Signed-off-by: Aditya R <arajan@redhat.com>
2dc9bb0
to
602f4b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, Luap99 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
@flouthoc where was the issue reported? Can you provide a GitHub or Bugzilla URL please? |
@TomSweeneyRedHat it was reported in jira RUN-1739 ( in a comment ) I have tagged you there. |
Thanks @flouthoc! |
We enforced NetworkDNSServers to be IP addresses and we follow this enfore rule while a user is creating network, see comment containers#1237 (review) and PR containers#1237 Following check was missed in `NetworkUpdateOptions` hence add this check now. Backport of: containers#1358 Signed-off-by: Aditya R <arajan@redhat.com>
We enforced
NetworkDNSServers
to be IP addresses and we follow this enfore rule while a user is creating network, see comment #1237 (review) and PR #1237Following check was missed in
NetworkUpdateOptions
hence add this check now.