summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-10 18:50:42 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-10 18:50:42 +0000
commitbe9f5d6872a936224ba7b10a7c756f151b106ec8 (patch)
tree842630330e8d07e22b10e6e22b64556d88d45174
parent2337ee9206a31c26a7250f927ddab0d2a4735d88 (diff)
libs/core: mark relay protocol as floating
-rw-r--r--libs/core/luasrc/model/network/proto_relay.lua2
1 files changed, 1 insertions, 1 deletions
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)