treewide: move templates and libraries not used by the core to luci-compat
[oweals/luci.git] / protocols / luci-proto-ipv6 / luasrc / model / network / proto_dhcpv6.lua
diff --git a/protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua b/protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua
deleted file mode 100644 (file)
index 0b45dad..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
--- Copyright 2013 Jo-Philipp Wich <jow@openwrt.org>
--- Licensed to the public under the Apache License 2.0.
-
-local proto = luci.model.network:register_protocol("dhcpv6")
-
-function proto.get_i18n(self)
-       return luci.i18n.translate("DHCPv6 client")
-end
-
-function proto.is_installed(self)
-       return nixio.fs.access("/lib/netifd/proto/dhcpv6.sh")
-end
-
-function proto.opkg_package(self)
-       return "odhcp6c"
-end