Skip to content

Conversation

@mthurstocisco
Copy link
Collaborator

@mthurstocisco mthurstocisco commented Sep 17, 2025

Related Issue(s)

Related Collection Role

  • cisco.nac_dc_vxlan.validate
  • cisco.nac_dc_vxlan.dtc.create
  • cisco.nac_dc_vxlan.dtc.deploy
  • cisco.nac_dc_vxlan.dtc.remove
  • other

Related Data Model Element

  • vxlan.fabric
  • vxlan.global
  • vxlan.topology
  • vxlan.underlay
  • vxlan.overlay
  • vxlan.overlay_extensions
  • vxlan.policy
  • vxlan.multisite
  • defaults.vxlan
  • other

Proposed Changes

Test Notes

Cisco NDFC Version

Checklist

  • Latest commit is rebased from develop with merge conflicts resolved
  • New or updates to documentation has been made accordingly
  • Assigned the proper reviewers

@mthurstocisco mthurstocisco requested a review from a team as a code owner September 17, 2025 09:16
@mthurstocisco mthurstocisco self-assigned this Sep 17, 2025
@mthurstocisco mthurstocisco added 0.5.1 Release 0.5.1 ready for review PR Ready for Review labels Sep 17, 2025
if any(sw['name'] == link['source_device'] for sw in topology_switches):
if "." in link['source_interface']:
self.kwargs['results']['failed'] = True
self.kwargs['results']['msg'] = "Sub interfaces not allowed to be used for edge connections"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would this be better done in a rule to avoid failing in the middle of runtime?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

looking at that instead

@juburnet juburnet added the bug Something isn't working label Sep 29, 2025
@mikewiebe mikewiebe removed ready for review PR Ready for Review 0.5.1 Release 0.5.1 labels Oct 21, 2025
@mikewiebe
Copy link
Collaborator

Removed ready for review and 0.5.1 labels since Matt is working on doing this in a rule instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants