aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/ds-lite/files
Commit message (Collapse)AuthorAgeFilesLines
* ds-lite: drop default encaplimit valueHans Dedecker2018-09-191-1/+1
| | | | | | | | | | | | | Setting encaplimit to a numerical value results into the value being included as tunnel encapsulation limit in the destination option header for tunneled packets. Several users have reported interop issues as not all ISPs support the destination option header containing the tunnel encapsulation limit resulting into broken ds-lite connectivity. Therefore drop the default encaplimit value for ds-lite tunnels so no destination option header is included by default. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* ds-lite: make tunnel encapsulation limit support configurable (FS#1501)Hans Dedecker2018-06-041-2/+6
| | | | | | | | | | | | Be compatible with ISPs which don't support the destination option header containing the tunnel encapsulation limit as reported in FS#1501. Setting the uci parameter encaplimit to ignore; allows to disable the insertion of the destination option header in the ds-lite packets. Otherwise the tunnel encapsulation limit value can be set to a value from 0 till 255 by setting the encaplimit uci parameter accordingly. If no encaplimit value is specified the default value is 4 as before. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* dslite: Quote resolveip hostname argumentHans Dedecker2016-10-061-3/+7
| | | | | | | | | Quote resolveip hostname argument to avoid bad shell injections. While at it fix pattern match logic in case multiple IPv6 addresses are returned for a hostname as they're seperated by newline by resolveip and not a white space Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* ds-lite: fix resolve retry for fqdn peeraddrsJonas Gorski2015-05-221-5/+6
| | | | | | | | | | | If the first resolveip call will fail, peeraddr will be now empty, and the subsequent resolveip call will try to resolve an empty string. Fix this by storing the result in a temporary variable. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45712
* network: shorten names of generated interfacesSteven Barth2015-04-171-1/+1
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45476
* ds-lite: add support for fqdn peeraddrsSteven Barth2015-04-091-0/+11
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45322
* ds-lite: disable NAT according to RFC 7084Steven Barth2014-04-141-0/+7
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 40511
* ds-lite: compatibility with ISPs that only offer public PDsSteven Barth2014-04-081-4/+8
| | | | SVN-Revision: 40422
* 6rd / ds-lite: make the firewall-zones of nested-protocols configurableSteven Barth2014-03-261-2/+7
| | | | SVN-Revision: 40020
* ds-lite: add ds-lite network protocol handlerSteven Barth2013-05-131-0/+74
SVN-Revision: 36628