-
Notifications
You must be signed in to change notification settings - Fork 63
Add Mappings for DNA Center #519
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
Add Mappings for DNA Center #519
Conversation
|
We generally do the XE in 1 direction, but not the other netutils/netutils/lib_mapper.py Line 502 in 7e038fb
|
|
Sorry, should have mentioned (and we should add to the docs), need to add to netutils/development_scripts.py Line 37 in 3b1004e
|
Doh! I always forget to do that for this project... |
|
In fairness, we should have it documented. |
|
now you have to re-run development script. |
Sorry, meant to run that. Should be done now. |
* feat: ✨ Add forward and reverse mapping for DNA Center
This PR is to add the forward and reverse mappings for DNA Center. I'm a bit unsure how to handle IOS-XE for the reverse though as you can't have two
cisco_ioskeys so I changed the one for XE to becisco_xe. I'd match it in the forward but the XE library mapping in Nautobot is missing some essential bits for IOS-XE.