X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=protocols%2Fluci-proto-relay%2Fluasrc%2Fmodel%2Fnetwork%2Fproto_relay.lua;h=a2dabf9afeaa8a8fc03df506c0efe8a1a19748d8;hb=932bae98738746e11d8b1b0bd9ac86009dd34452;hp=5d40fc72d53f0de378604864425bed2c1b52d1fb;hpb=e0a7227a0c61217d97597b18b9afe63ea341d9e6;p=project%2Fluci.git diff --git a/protocols/luci-proto-relay/luasrc/model/network/proto_relay.lua b/protocols/luci-proto-relay/luasrc/model/network/proto_relay.lua index 5d40fc72d..a2dabf9af 100644 --- a/protocols/luci-proto-relay/luasrc/model/network/proto_relay.lua +++ b/protocols/luci-proto-relay/luasrc/model/network/proto_relay.lua @@ -4,7 +4,7 @@ local netmod = luci.model.network local device = luci.util.class(netmod.interface) -netmod:register_pattern_virtual("^relay-%w") +netmod:register_pattern_virtual("^relay%-%w") local proto = netmod:register_protocol("relay")