Skip to content

openwrt_network_bridge #6

@Foxboron

Description

@Foxboron

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'"
}

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