Skip to content

openwrt_network_device #7

@Foxboron

Description

@Foxboron

Lookup key should be network, device, name. Should check if type field is null as well.

config device
	option name 'eth1'
	option macaddr '94:83:c4:47:cb:79'

https://openwrt.org/docs/guide-user/network/ucicheatsheet#section_device

resource "openwrt_network_device" "eth1" {
  name = "eth1"
  macaddr = "94:83:c4:47:cb:79"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions