Skip to content
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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

AAYUSH2091
Copy link

@AAYUSH2091 AAYUSH2091 commented Nov 11, 2024

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

@AAYUSH2091 AAYUSH2091 marked this pull request as ready for review November 12, 2024 09:12
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"
Copy link
Contributor

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

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

plugins/modules/ios_vrf_interfaces.py Show resolved Hide resolved
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)
Copy link
Contributor

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

plugins/modules/ios_vrf_interfaces.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants