X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fcore%2Fluasrc%2Fmodel%2Fnetwork%2Fproto_relay.lua;h=03f6d6abf079b3ed0c75c3f5b1150eaede97be3b;hp=bf6227e0a179021ca0a705f6d8c87ec937b79830;hb=be9f5d6872a936224ba7b10a7c756f151b106ec8;hpb=2337ee9206a31c26a7250f927ddab0d2a4735d88 diff --git a/libs/core/luasrc/model/network/proto_relay.lua b/libs/core/luasrc/model/network/proto_relay.lua index bf6227e0a..03f6d6abf 100644 --- a/libs/core/luasrc/model/network/proto_relay.lua +++ b/libs/core/luasrc/model/network/proto_relay.lua @@ -41,7 +41,7 @@ function proto.is_installed(self) end function proto.is_floating(self) - return false + return true end function proto.is_virtual(self)