move dhcpv6 support into luci-proto-6x4, rename luci-proto-6x4 to luci-proto-ipv6
authorSteven Barth <steven@midlink.org>
Mon, 24 Jun 2013 12:00:15 +0000 (12:00 +0000)
committerSteven Barth <steven@midlink.org>
Mon, 24 Jun 2013 12:00:15 +0000 (12:00 +0000)
commitc203f084bd9424cbfe4ff250c52c8a6e2e29f847
tree446080a855d34e21fb65ae47b49140ee41d7f0b3
parentcd35191cbb6fe0613e189431cc6f42c21cdc9e82
move dhcpv6 support into luci-proto-6x4, rename luci-proto-6x4 to luci-proto-ipv6
15 files changed:
contrib/package/luci/Makefile
libs/core/luasrc/model/network.lua
protocols/6x4/Makefile [deleted file]
protocols/6x4/luasrc/model/cbi/admin_network/proto_6in4.lua [deleted file]
protocols/6x4/luasrc/model/cbi/admin_network/proto_6rd.lua [deleted file]
protocols/6x4/luasrc/model/cbi/admin_network/proto_6to4.lua [deleted file]
protocols/6x4/luasrc/model/network/proto_6x4.lua [deleted file]
protocols/core/luasrc/model/cbi/admin_network/proto_dhcpv6.lua [deleted file]
protocols/ipv6/Makefile [new file with mode: 0644]
protocols/ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua [new file with mode: 0644]
protocols/ipv6/luasrc/model/cbi/admin_network/proto_6rd.lua [new file with mode: 0644]
protocols/ipv6/luasrc/model/cbi/admin_network/proto_6to4.lua [new file with mode: 0644]
protocols/ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua [new file with mode: 0644]
protocols/ipv6/luasrc/model/network/proto_6x4.lua [new file with mode: 0644]
protocols/ipv6/luasrc/model/network/proto_dhcpv6.lua [new file with mode: 0644]