-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request