terraform-routeros / terraform-provider-routeros

Terraform Provider for Mikrotik RouterOS
Mozilla Public License 2.0
208 stars 60 forks source link

Add VXLAN interfaces #590

Closed Sensei-CHO closed 2 weeks ago

Sensei-CHO commented 2 weeks ago

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:

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

Documentation RouterOS VXLAN Documentation

vaerh commented 2 weeks ago

:tada: This issue has been resolved in version 1.67.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: