-
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 device, br-lan with type == bridge
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1'
option macaddr '94:83:c4:47:cb:79'
https://openwrt.org/docs/guide-user/network/ucicheatsheet#section_device
resource "openwrt_network_bridge" "br-lan" {
name = "br-lan"
ports = ["eth1"]
macaddr = "'94:83:c4:47:cb:79'"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request