ds-lite: make tunnel encapsulation limit support configurable (FS#1501)
authorHans Dedecker <dedeckeh@gmail.com>
Tue, 29 May 2018 13:18:16 +0000 (15:18 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Tue, 19 Jun 2018 11:25:19 +0000 (13:25 +0200)
commit2af5cfe9b748914b49f3a157addb40ad7a200e62
treec0b0ef621618fabd99f4bab6af1a0bd95697de7e
parent3c4cf92f1305a94e192a838b9786f54397cca5d8
ds-lite: make tunnel encapsulation limit support configurable (FS#1501)

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>
package/network/ipv6/ds-lite/Makefile
package/network/ipv6/ds-lite/files/dslite.sh [changed mode: 0755->0644]