-
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
Update nmcli.py to support VRF commands #9658
base: main
Are you sure you want to change the base?
Conversation
cc83425
to
1477271
Compare
1477271
to
5bc0e86
Compare
This comment was marked as outdated.
This comment was marked as outdated.
5bc0e86
to
07e5fb1
Compare
07e5fb1
to
cd9e018
Compare
cd9e018
to
8bdd804
Compare
Adding VRF support and documentation to the nmcli module Signed-off-by: Andreas Karis <[email protected]>
8bdd804
to
4e4d560
Compare
ready_for_review |
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 for your contribution! A first comment from my side below...
table: | ||
description: | ||
- This is only used with VRF - VRF table number. | ||
type: int |
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.
type: int | |
type: int | |
version_added: 10.4.0 |
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.
hi @andreaskaris thanks for your contribution!
Besides Felix's comment, one additional adjustment is needed in the changelog fragment, other than that, it LGTM! :-)
@@ -0,0 +1,2 @@ | |||
minor_changes: | |||
- nmcli - adds VRF support with new ``type`` value ``vrf`` and new ``slave_type`` value ``vrf`` as well as new ``table`` parameter (https://github.com/ansible-collections/community.general/pull/9658). |
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.
Please add the URL of the issue being fixed as well:
- nmcli - adds VRF support with new ``type`` value ``vrf`` and new ``slave_type`` value ``vrf`` as well as new ``table`` parameter (https://github.com/ansible-collections/community.general/pull/9658). | |
- nmcli - adds VRF support with new ``type`` value ``vrf`` and new ``slave_type`` value ``vrf`` as well as new ``table`` parameter (https://github.com/ansible-collections/community.general/pull/9658, https://github.com/ansible-collections/community.general/issues/8014). |
SUMMARY
Adding VRF support and documentation to the nmcli module
Fixes #8014
ISSUE TYPE
COMPONENT NAME
community.general.nmcli
ADDITIONAL INFORMATION