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.
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 identifierremote
: IP address of the remote VTEPinterface
: physical interface for the VXLANAdditionally, it would be valuable to include support for linking associated VTEPs to provide full VXLAN configuration within Terraform.
Documentation RouterOS VXLAN Documentation