aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6rd/files
Commit message (Collapse)AuthorAgeFilesLines
* 6rd : remove 6rd tunnel delete workaroundHans Dedecker2021-10-301-2/+0
| | | | | | | | Remove 6rd tunnel delete workaround in as the real issue is now solved in netifd (https://git.openwrt.org/?p=project/netifd.git;a=commit;h=8f82742ca4f47f459284f3a07323d04da72ea5f6) Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* 6rd: delete tunnel on interface teardownDavid Lam2021-09-221-0/+2
| | | | | | | | | | | | Delete tunnel on 6rd interface teardown. Should solve problem related to tunnel stuck on restart loop with "Unknown Command" on tunnel restart due to wan connection drop. This patch is similar to the one written by Ansuel on Aug 2, 2021 but the 6rd teardown produces the same symptoms when the network service is restarted. Signed-off-by: David Lam <david@thedavid.net>
* 6rd: pass ipcalc as argument to evalHans Dedecker2018-01-151-2/+2
| | | | | | | | Instead of grepping for NETWORK after calling ipcalc.sh; pass ipcalc.sh as argument to eval allowing to use $NETWORK to retrieve the IPv4 prefix (ip4prefix). Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* 6rd: add 6rd specific settings as nested json objectHans Dedecker2017-05-221-2/+6
| | | | | | Add 6rd specific settings prefix, relay-prefix as a nested data json object Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* 6rd: Remove sourcerouting parameter registrationSteven Barth2015-06-101-1/+0
| | | | | | | | | Commit 31214c38c8dd0f70366b523f9b0335145b9386bd removes IPv6 unneeded source-dest-routing workarounds; as a result sourcerouting parameter is unused and can be removed. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 45939
* ipv6: remove now unneeded source-dest-routing workaroundsSteven Barth2015-05-191-9/+4
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45700
* 6rd: make host dependency more specificSteven Barth2015-03-101-1/+1
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44636
* 6rd: honor tunlink in host dependencySteven Barth2015-02-261-1/+1
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44541
* 6rd: Tos supportSteven Barth2014-10-021-2/+4
| | | | | | | | | | Tos support is added as a string parameter which can have the following values : -inherit (outer header inherits the tos value of the inner header) -hex value Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 42747
* 6rd: Select first IPv4 address from configured tunlink interface as local ↵Steven Barth2014-04-241-2/+7
| | | | | | | | | | tunnel address Gives the user the control to select the correct WAN IPv4 address to be used by the 6rd tunnel when mutiple WAN interfaces are configured Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 40566
* 6rd / ds-lite: make the firewall-zones of nested-protocols configurableSteven Barth2014-03-261-2/+7
| | | | SVN-Revision: 40020
* 6rd: Make don't fragment bit (df) a configurable variableSteven Barth2014-01-231-2/+4
| | | | | | | | | | | | | | Make the IPv4 "do not fragment" bit a configurable variable for the 6rd tunnel interface as the bit should not be set in the encapsulating IPv4 header according to RFC3056. On top the config variable allows to enable/disable path mtu discovery for tunnel interfaces. Config variable can be passed to netifd as tunnel config support is already present for the "do not fragment" bit. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 39370
* 6in4, 6rd, 6to4: Use source-restricted routes by defaultSteven Barth2014-01-171-3/+11
| | | | SVN-Revision: 39307
* Convert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interfaceSteven Barth2013-12-151-2/+4
| | | | SVN-Revision: 39061
* 6rd: increase metric of default routeSteven Barth2013-05-121-1/+1
| | | | | | This will prefer native IPv6 over 6rd if both are present. SVN-Revision: 36605
* 6rd: add support for native IPv6 prefix handlingSteven Barth2013-01-151-0/+4
| | | | SVN-Revision: 35173
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-0/+80
SVN-Revision: 33688