summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6rd
Commit message (Collapse)AuthorAgeFilesLines
* 6rd: Select first IPv4 address from configured tunlink interface as local ↵Steven Barth2014-04-242-3/+8
| | | | | | | | | | 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-262-3/+8
| | | | 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-152-3/+5
| | | | SVN-Revision: 39061
* 6rd: Clear correct IPv6 address bits in 6rdcalcSteven Barth2013-11-161-1/+1
| | | | | | | | | | | The correct bits are now cleared in the IPv6 address as the shift value to the correct byte in the IPv6 address was wrong. Depending on the stack values this could result in a hanging 6rdcalc program due to an endless loop. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 38818
* package: fold the IPv6 menu into NetworkFelix Fietkau2013-05-141-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36634
* 6rd: increase metric of default routeSteven Barth2013-05-122-2/+2
| | | | | | This will prefer native IPv6 over 6rd if both are present. SVN-Revision: 36605
* 6rd: add support for native IPv6 prefix handlingSteven Barth2013-01-152-1/+5
| | | | SVN-Revision: 35173
* packages: sort network related packages into package/network/Felix Fietkau2012-10-104-0/+266
SVN-Revision: 33688