libs/core: mark relay protocol as floating
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 10 Oct 2011 18:50:42 +0000 (18:50 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 10 Oct 2011 18:50:42 +0000 (18:50 +0000)
libs/core/luasrc/model/network/proto_relay.lua

index bf6227e..03f6d6a 100644 (file)
@@ -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)