-
Notifications
You must be signed in to change notification settings - Fork 26
Adding rule for for MTU validations #586
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
base: develop
Are you sure you want to change the base?
Conversation
|
@juarocha I spent some time testing this today and it looks good but I think we still have some work to do to map this all the way through to the module. If I have the following interface in my data model: - name: Ethernet1/16
mode: trunk
description: "NAC_INT Trunk PO Member Interface"
enabled: true
mtu: 9000
speed: 10gb
duplex: fullYour rule will catch it and tell me to set the mtu to "msg": "Invalid parameters in playbook: while processing interface Ethernet1/16, 9216 : Invalid choice [ 9216 ] provided for param [ mtu ]"I think we might need to map this to Update: Never mind. This is not an issue. I was testing in my branch that does not have your changes. |
8c7e30f to
01b4314
Compare
miguecor
left a comment
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
Related Issue(s)
Resolves #470
Related Collection Role
Related Data Model Element
Proposed Changes
Validation script for:
Test Notes
Cisco NDFC Version
12.2.3
Checklist