diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-10 18:50:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-10 18:50:42 +0000 |
commit | be9f5d6872a936224ba7b10a7c756f151b106ec8 (patch) | |
tree | 842630330e8d07e22b10e6e22b64556d88d45174 /libs/core | |
parent | 2337ee9206a31c26a7250f927ddab0d2a4735d88 (diff) |
libs/core: mark relay protocol as floating
Diffstat (limited to 'libs/core')
-rw-r--r-- | libs/core/luasrc/model/network/proto_relay.lua | 2 |
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) |