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

routeros_interface_bridge_vlan: Field 'mvrp_forbidden' not found in the schema (introduced in 7.15) #493

Closed
durandguru opened this issue Jun 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@durandguru
Copy link
Contributor

Describe the bug
│ Warning: Field 'mvrp_forbidden' not found in the schema

│ with module.terraform-module-mikrotik.routeros_interface_bridge_vlan.vlan["1064"],
│ on .terraform\modules\terraform-module-mikrotik\network-vlan-settings.tf line 1, in resource "routeros_interface_bridge_vlan" "vlan":
│ 1: resource "routeros_interface_bridge_vlan" "vlan" {

│ [MikrotikResourceDataToTerraform] The field was lost during the Schema development: ▷ 'mvrp_forbidden': '' ◁

│ (and 3 more similar warnings elsewhere)

@durandguru durandguru added the bug Something isn't working label Jun 10, 2024
ksmets added a commit to ksmets/terraform-provider-routeros that referenced this issue Jun 19, 2024
ksmets added a commit to ksmets/terraform-provider-routeros that referenced this issue Jun 19, 2024
vaerh pushed a commit that referenced this issue Jun 27, 2024
…#497)

* feat(mvrp): Support Multiple VLAN Registration protocol (MVRP).

Closes #492 and #493.

* feat(mvrp): fix typo

* feat(mvrp): add DiffSuppressFunc and remove defaults to fix tests when using RouterOS < 7.15

* feat(mvrp): add DiffSuppressFunc and remove defaults to fix tests when using RouterOS < 7.15
@vaerh
Copy link
Collaborator

vaerh commented Jun 27, 2024

Fixed #497

@vaerh vaerh closed this as completed Jun 27, 2024
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

No branches or pull requests

2 participants