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 bf6227e0a179021ca0a705f6d8c87ec937b79830..03f6d6abf079b3ed0c75c3f5b1150eaede97be3b 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)