-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Added support in nmcli for ipv4.dns-options #6902
Conversation
Co-authored-by: Felix Fontein <[email protected]>
…-support-in-nmcli-for-ipvx-dns-options.yml
…options.yml Co-authored-by: Felix Fontein <[email protected]>
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
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.
Thanks! Will merge by the end of this week if nobody objects.
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6926 🤖 @patchback |
* Added support for ipv4.dns_options in nmcli module * added support for dns6-options * Added version added Co-authored-by: Felix Fontein <[email protected]> * added version_added: 4.6.0 for dns6 options * added changelog fragment * Rename 4308-added-support-in-nmcli-for-ipvx-dns-options to 4308-added-support-in-nmcli-for-ipvx-dns-options.yml * Update changelogs/fragments/4308-added-support-in-nmcli-for-ipvx-dns-options.yml Co-authored-by: Felix Fontein <[email protected]> * Fix and add tests * Update PR number and version_added --------- Co-authored-by: Matteo Caruso <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit cc8e2d6)
…4.dns-options (#6926) Added support in nmcli for ipv4.dns-options (#6902) * Added support for ipv4.dns_options in nmcli module * added support for dns6-options * Added version added Co-authored-by: Felix Fontein <[email protected]> * added version_added: 4.6.0 for dns6 options * added changelog fragment * Rename 4308-added-support-in-nmcli-for-ipvx-dns-options to 4308-added-support-in-nmcli-for-ipvx-dns-options.yml * Update changelogs/fragments/4308-added-support-in-nmcli-for-ipvx-dns-options.yml Co-authored-by: Felix Fontein <[email protected]> * Fix and add tests * Update PR number and version_added --------- Co-authored-by: Matteo Caruso <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit cc8e2d6) Co-authored-by: Chih-Hsuan Yen <[email protected]>
* Added support for ipv4.dns_options in nmcli module * added support for dns6-options * Added version added Co-authored-by: Felix Fontein <[email protected]> * added version_added: 4.6.0 for dns6 options * added changelog fragment * Rename 4308-added-support-in-nmcli-for-ipvx-dns-options to 4308-added-support-in-nmcli-for-ipvx-dns-options.yml * Update changelogs/fragments/4308-added-support-in-nmcli-for-ipvx-dns-options.yml Co-authored-by: Felix Fontein <[email protected]> * Fix and add tests * Update PR number and version_added --------- Co-authored-by: Matteo Caruso <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
SUMMARY
The nmcli command has an important option "ipv4.dns-options", This PR adds the support for this option in the nmcli module
Closes #4308
ISSUE TYPE
COMPONENT NAME
nmcli
ADDITIONAL INFORMATION
This a rebased and improved version of #4308.