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

Allow VLAN 0 for vlan segments #297

Closed
wkleinhenz opened this issue Apr 27, 2020 · 0 comments · Fixed by #304
Closed

Allow VLAN 0 for vlan segments #297

wkleinhenz opened this issue Apr 27, 2020 · 0 comments · Fixed by #304
Assignees
Labels
bug Bug

Comments

@wkleinhenz
Copy link

wkleinhenz commented Apr 27, 2020

Im having some issue defining a VLAN segment with the nsxt_policy_vlan_segment resouce using the following definition `resource "nsxt_policy_vlan_segment" "vlan-uplink" {
display_name = "VLAN-UPLINK"
description = "VLAN-UPLINK"
transport_zone_path = data.nsxt_policy_transport_zone.std-vlan-01.path
vlan_ids = ["0"]

}`

the above fails with the error Error: invalid VLAN ID 0
i saw issue #128 was fixed with pull request #131 but thats focused on the manager side of things

if needed i can provide more information if needed

@enhaocui enhaocui self-assigned this Apr 29, 2020
@enhaocui enhaocui linked a pull request Apr 29, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants