-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Lookup should be network, interface, proto = static + id / .name.
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
https://openwrt.org/docs/guide-user/network/ucicheatsheet#section_interface
resource "openwrt_network_static" "loopback" {
id = "loopback"
device = "lo"
ipaddr = "127.0.0.1"
netmask = "255.0.0.0"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request