-
Notifications
You must be signed in to change notification settings - Fork 171
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
Cisco.ios.vrf interfaces #1132
base: main
Are you sure you want to change the base?
Cisco.ios.vrf interfaces #1132
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
tests/integration/targets/ios_vrf_interfaces/tests/common/gathered.yaml
Outdated
Show resolved
Hide resolved
for more information, see https://pre-commit.ci
short_description: Manages VRF configuration on interfaces. | ||
description: | ||
- Manages Virtual Routing and Forwarding (VRF) configuration on interfaces of Cisco IOS devices. | ||
version_added: "1.0.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.
I believe this should signifies the release
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.
yes
RETURN = """ | ||
before: | ||
description: The configuration prior to the module execution. | ||
returned: when I(state) is C(merged), C(replaced), C(overridden), C(deleted) or C(purged) |
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.
We don't have purged for this module
SUMMARY
Adding new resource module ios_vrf_interfaces to manage Virtual Routing and Forwarding (VRF) interface configurations on Cisco IOS devices.
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
ios_vrf_interfaces