You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: