From: Jo-Philipp Wich Date: Mon, 10 Oct 2011 18:50:42 +0000 (+0000) Subject: libs/core: mark relay protocol as floating X-Git-Tag: 0.11.0~1578 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=be9f5d6872a936224ba7b10a7c756f151b106ec8;p=project%2Fluci.git libs/core: mark relay protocol as floating --- diff --git a/libs/core/luasrc/model/network/proto_relay.lua b/libs/core/luasrc/model/network/proto_relay.lua index bf6227e0a1..03f6d6abf0 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)