summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-ipv6
AgeCommit message (Collapse)Author
2016-01-10luci-proto-ipv6: allow hostnames for dslite peer addresses (#621)Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-12-15validation: Add option ipv4only option to host and hostport datatypesDaniel Dickinson
Some applications only support ipv4 so add ipv4only option to host and hostport datatypes so that for thos applications that when an IP address is specified only and ipv4 ip address gets accepted.
2015-10-02proto_map: fix ealen rangeSteven Barth
Signed-off-by: Steven Barth <steven@midlink.org>
2015-05-17IPv6 updatesSteven Barth
Signed-off-by: Steven Barth <steven@midlink.org>
2015-05-02luci-proto-ipv6: correct aiccu options defaultsPaul Oranje
- requiretls default set to disabled - corrected syntax errors in default values of Flag options for nat, verbose and requiretls.
2015-05-02Merge branch 'master' of https://github.com/openwrt/luci into ↵Paul Oranje
proto=ipv6+aiccu+fixes
2015-04-10Fix typo in last commitSteven Barth
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-10proto_hnet: fix homenet dependencySteven Barth
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-10proto_hnet: add missing categoriesSteven Barth
Signed-off-by: Steven Barth <steven@midlink.org>
2015-02-18luci-proto-ipv6: fix aiccu requiretlsPaul Oranje
2015-02-06luci-proto-ipv6: aiccu fixed ip6prefix datatypePaul Oranje
2015-02-06luci-proto-ipv6: aiccu improvementsPaul Oranje
- option heartbeat as tunnel type (heartbeat or AYIYA) (inspired by idea of openwrt forum user thefRont) - another typo fix in the mtu option
2015-02-04luci-proto-ipv6: fix typo in aiccu mtu rangePaul Oranje
2015-02-04luci-proto-ipv6: set aiccu mtu option rangePaul Oranje
2015-02-04luci-proto-ipv6: add aiccuPaul Oranje
initial commit
2015-01-16Update my email addresses in the license headersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16Globally reduce copyright headersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08Rework LuCI build systemJo-Philipp Wich
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>