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_xr_show_ipv4_interface: Add new attributes, update index #1661

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

lamiskin
Copy link
Contributor

@lamiskin lamiskin commented Mar 14, 2024

Update the index so "v4" as part of the command is optional.
"show ip interface" returns the same as "show ipv4 interface".

Add PREFIX_LENGTH, IP_MTU, MULTICAST_GROUPS.

Including relevant tests.

Related to #1601

Update the index so "v4" as part of the command is optional. "show ip interface" returns the same as "show ipv4 interface".
Make IP_ADDRESS a list.
Add PREFIX_LENGTH, IP_MTU, MULTICAST_GROUPS.
Remove List type from ip_address and prefix_length.
@lamiskin
Copy link
Contributor Author

This would be a breaking change, as the IP_ADDRESS no longer includes the prefix length.

@jvanderaa jvanderaa merged commit 48d5cfc into networktocode:master Mar 25, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants