summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6
Commit message (Collapse)AuthorAgeFilesLines
* 6relayd: fix a lease-timing issue with stateful DHCPv6cyrus2013-05-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36702 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Let OpenWrt override default CFLAGScyrus2013-05-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix a segfault when multiple downstream interfaces are presentcyrus2013-05-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36687 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Various fixescyrus2013-05-211-2/+2
| | | | | | | * Honour T1 and T2 values from servers better * Correctly send Reconfigure-Accept option in requests git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Various DHCPv6-fixescyrus2013-05-211-2/+2
| | | | | | | | * Be more standards-compliant in stateful mode * Handle hostnames from Windows-clients correctly * Handle messages from DHCPv6-relays better git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36677 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix address / prefix expiry logiccyrus2013-05-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Add stateful DHCPv6-support (IA_NA)cyrus2013-05-173-3/+25
| | | | | | | | * Add management_level option (0: set O-flag, >=1: set M-flag) * Add support for static DHCPv6-leases * Various fixes for DHCPv6-PD git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36654 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix handling of RAs when no DHCPv6-server is presentcyrus2013-05-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: fold the IPv6 menu into Networknbd2013-05-147-14/+14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Always announce the current MAC-addresscyrus2013-05-131-2/+2
| | | | | | * Fixes #13516 thanks to berni for the detailed bugreport. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ds-lite: add ds-lite network protocol handlercyrus2013-05-132-0/+116
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: added support for DS-Lite + various fixescyrus2013-05-133-4/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6rd: increase metric of default routecyrus2013-05-122-2/+2
| | | | | | This will prefer native IPv6 over 6rd if both are present. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Make SLAAC-only work without reqprefix=nocyrus2013-05-062-3/+7
| | | | | | | | | Previously if the upstream router did not provide any DHCPv6-service the wan6 interface would not come up even if RAs were received. The new behavior allows the wan6 interface to comeup with RA-only configuration after a timeout of 10s. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix generation of RA-messagescyrus2013-04-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: update package descriptioncyrus2013-04-241-7/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Set default SOL_MAX_RT to 1hcyrus2013-04-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Several fixes and improvementscyrus2013-04-221-2/+2
| | | | | | | | | * Add preliminary support for RFC 6603 prefix exclusion * Fix reconfigure-support and reconfigure authentication * Set maximum retransmission timeout for solicitations to 2h * Fix a segfault when parsing IA_PD in advertise messages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Add DHCPv6-PD server support, fix relaying in stateful modecyrus2013-04-222-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36381 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove obsoleted ipv6-support meta-packagecyrus2013-04-092-55/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix a race-condition in RA-handlingcyrus2013-03-261-2/+2
| | | | | | Thanks to Markus Stenberg for investigating and providing a fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: minor bug fixescyrus2013-03-251-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix metric for on-link prefix routescyrus2013-03-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: fix preference handling, custom client-IDcyrus2013-03-181-2/+2
| | | | | | * thanks to mbidewell for investigating git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: various bugfixescyrus2013-03-082-4/+7
| | | | | | | * Don't prematurely send RENEW / REBIND when T1 or T2 is > 1 day * Add "norelease" option to not send a RELEASE when stopping git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix illegal memory accessescyrus2013-02-281-2/+2
| | | | | | | Spurious errors when receiving netlink-messages lead to unhandled errors which caused SIGBUS. Thanks to tdavis for debugging git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: various fixescyrus2013-02-281-2/+2
| | | | | | | cap preferred and valid lifetimes at more reasonable limits decrease memory usage (remove unnecessary book-keeping) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix config behaviour for rewrite_dns_addr optioncyrus2013-02-262-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: compatibility with broken IPv6 devicescyrus2013-02-263-4/+10
| | | | | | | * Announce ULA as deprecated if other addresses are available * Allow the announced DNS-server to be overwritten git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix possible memory corruption issuecyrus2013-02-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Workaround potential signal handling issuecyrus2013-02-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: allow setting a user-provided prefix as wellcyrus2013-02-123-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Various bugfixescyrus2013-02-111-2/+2
| | | | | | | * Don't send undesired suggestions for preferred and valid lifetimes * Be less verbose in logging git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix timing issuescyrus2013-02-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix RENEW and REBIND requestscyrus2013-02-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: allow IPv6-config via SLAAC-only if no prefix is requestedcyrus2013-02-012-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: switch to userspace RA-handling and offload address assignment to ↵cyrus2013-02-013-30/+54
| | | | | | netifd git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix announced router flags and IPv6 procfs-configurationcyrus2013-02-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: fix typo in last commitcyrus2013-01-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: work around hanging wget processcyrus2013-01-302-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: remove IPv6 forwarding-sysctl workaroundcyrus2013-01-292-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: remove IPv6 forwarding-sysctl workaroundcyrus2013-01-292-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: work-around for proto-script to avoid loosing the default routecyrus2013-01-282-20/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipv6-support: don't overwrite existing setting across reflashscyrus2013-01-232-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: fix shell library includes in init-scriptcyrus2013-01-212-3/+6
| | | | | | Thanks to Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: avoid a race-condition with looping RAscyrus2013-01-212-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix address assignment with infinite validitycyrus2013-01-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipv6-support: adapt UCI defaults to new orderingcyrus2013-01-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix parsing more than one DNS servercyrus2013-01-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35215 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipv6-support: Rename enable-ipv6 UCI defaultscyrus2013-01-172-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35205 3c298f89-4303-0410-b956-a3cf2f4a3e73