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

Add VXLAN interfaces #590

Closed
Sensei-CHO opened this issue Nov 8, 2024 · 1 comment
Closed

Add VXLAN interfaces #590

Sensei-CHO opened this issue Nov 8, 2024 · 1 comment
Labels
enhancement New feature or request released

Comments

@Sensei-CHO
Copy link

Is your feature request related to a problem? Please describe.
The current provider does not support VXLAN interfaces, limiting the ability to manage network configurations that require L2 encapsulation over IP.

Describe the solution you'd like:
Add a routeros_interface_vxlan resource to the provider, supporting key parameters:

  • vni: VXLAN network identifier
  • remote: IP address of the remote VTEP
  • interface: physical interface for the VXLAN

Additionally, it would be valuable to include support for linking associated VTEPs to provide full VXLAN configuration within Terraform.

Documentation
RouterOS VXLAN Documentation

@Sensei-CHO Sensei-CHO added the enhancement New feature or request label Nov 8, 2024
@vaerh vaerh closed this as completed in 1e72222 Nov 10, 2024
@vaerh
Copy link
Collaborator

vaerh commented Nov 10, 2024

🎉 This issue has been resolved in version 1.67.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@vaerh vaerh added the released label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

2 participants