Jo-Philipp Wich
80ed1af639
luci-proto-ipv6: register further network error codes
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-12 18:10:59 +02:00
Florian Eckert
9e3fb2c585
luci-proto-ipv6: remove outdated aiccu proto support
...
Remove outdated package for luci proto section.
See commit:
441f8a3ed1
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-05-25 12:04:28 +02:00
Jo-Philipp Wich
4d6c5d284b
luci-proto-ipv6: clarify 6in4 local address hint
...
Make the hint message more explicit to tell users that the prefix size needs
to be specified as well.
Fixes #1559 .
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-06 08:49:41 +02:00
Jo-Philipp Wich
932bae9873
protocols: fix various interface patterns
...
The virtual interface match patterns of various protocols were improperly
quoted, causing them to over- or undermatch.
Follow up of #1435 .
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-11-10 14:20:53 +01:00
Martin Schiller
f8b1b8a47a
luci-proto-ipv6: fix patterns in proto_4x6.lua
...
The dash '-' needs to be escaped by a '%', otherwise it will
be interpreted as minus, which means '0 or more repetitions'.
This fixes LEDE FS#1157.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2017-11-10 13:49:45 +01:00
Quirin Hofstaetter
a4bee3de51
luci-proto-ipv6: add license tag
...
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
2017-06-13 13:40:25 +02:00
Jo-Philipp Wich
830f2245a8
luci-proto-ipv6: use "Automatic" instead as "automatic" as translation label
...
This allows sharing a common translation string with all other protocols.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-05-30 20:20:34 +02:00
Jo-Philipp Wich
6619e66fc9
luci-proto-ipv6: allow hostnames for dslite peer addresses ( #621 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-01-10 13:19:34 +01:00
Daniel Dickinson
c481f3f343
validation: Add option ipv4only option to host and hostport datatypes
...
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-12-15 20:41:01 -05:00
Steven Barth
ecd460f79f
proto_map: fix ealen range
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-10-02 11:34:12 +02:00
Steven Barth
f67d39e69a
IPv6 updates
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-05-17 17:06:43 +02:00
Paul Oranje
1c054af0d7
luci-proto-ipv6: correct aiccu options defaults
...
- requiretls default set to disabled
- corrected syntax errors in default values of Flag options for nat,
verbose and requiretls.
2015-05-02 12:24:25 +02:00
Paul Oranje
ae8e971eef
Merge branch 'master' of https://github.com/openwrt/luci into proto=ipv6+aiccu+fixes
2015-05-02 10:44:17 +02:00
Steven Barth
5ef2946ede
Fix typo in last commit
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-10 18:55:56 +02:00
Steven Barth
5934fb4e9d
proto_hnet: fix homenet dependency
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-10 18:04:56 +02:00
Steven Barth
dc6a250a01
proto_hnet: add missing categories
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-04-10 17:29:42 +02:00
Paul Oranje
4742d1c211
luci-proto-ipv6: fix aiccu requiretls
2015-02-18 23:10:21 +01:00
Paul Oranje
ada0ea2aea
luci-proto-ipv6: aiccu fixed ip6prefix datatype
2015-02-06 19:39:56 +01:00
Paul Oranje
c8fe297dc9
luci-proto-ipv6: aiccu improvements
...
- 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-06 12:04:58 +01:00
Paul Oranje
42e2280977
luci-proto-ipv6: fix typo in aiccu mtu range
2015-02-04 17:51:25 +01:00
Paul Oranje
b6e5373764
luci-proto-ipv6: set aiccu mtu option range
2015-02-04 12:12:59 +01:00
Paul Oranje
0282441f00
luci-proto-ipv6: add aiccu
...
initial commit
2015-02-04 00:04:04 +01:00
Jo-Philipp Wich
41d2b33087
Update my email addresses in the license headers
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16 23:49:44 +01:00
Jo-Philipp Wich
7a3493b1f7
Globally reduce copyright headers
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16 23:38:38 +01:00
Jo-Philipp Wich
1bb4822dca
Rework LuCI build system
...
* 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>
2015-01-08 16:26:20 +01:00