summaryrefslogtreecommitdiff
path: root/package/network/ipv6
Commit message (Collapse)AuthorAgeFilesLines
...
* 6relayd: Fix generation of RA-messagesSteven Barth2013-04-241-2/+2
| | | | SVN-Revision: 36419
* 6relayd: update package descriptionSteven Barth2013-04-241-7/+6
| | | | SVN-Revision: 36413
* odhcp6c: Set default SOL_MAX_RT to 1hSteven Barth2013-04-241-2/+2
| | | | SVN-Revision: 36411
* odhcp6c: Several fixes and improvements * Add preliminary support for RFC ↵Steven Barth2013-04-221-2/+2
| | | | | | 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 SVN-Revision: 36382
* 6relayd: Add DHCPv6-PD server support, fix relaying in stateful modeSteven Barth2013-04-222-4/+4
| | | | SVN-Revision: 36381
* Remove obsoleted ipv6-support meta-packageSteven Barth2013-04-092-55/+0
| | | | SVN-Revision: 36279
* odhcp6c: Fix a race-condition in RA-handlingSteven Barth2013-03-261-2/+2
| | | | | | Thanks to Markus Stenberg for investigating and providing a fix SVN-Revision: 36132
* odhcp6c: minor bug fixesSteven Barth2013-03-251-2/+2
| | | | SVN-Revision: 36123
* odhcp6c: Fix metric for on-link prefix routesSteven Barth2013-03-201-2/+2
| | | | SVN-Revision: 36094
* odhcp6c: fix preference handling, custom client-ID * thanks to mbidewell for ↵Steven Barth2013-03-181-2/+2
| | | | | | investigating SVN-Revision: 36083
* odhcp6c: various bugfixes * Don't prematurely send RENEW / REBIND when T1 or ↵Steven Barth2013-03-082-4/+7
| | | | | | T2 is > 1 day * Add "norelease" option to not send a RELEASE when stopping SVN-Revision: 35902
* 6relayd: Fix illegal memory accesses Spurious errors when receiving ↵Steven Barth2013-02-281-2/+2
| | | | | | netlink-messages lead to unhandled errors which caused SIGBUS. Thanks to tdavis for debugging SVN-Revision: 35836
* 6relayd: various fixes cap preferred and valid lifetimes at more reasonable ↵Steven Barth2013-02-281-2/+2
| | | | | | limits decrease memory usage (remove unnecessary book-keeping) SVN-Revision: 35835
* 6relayd: Fix config behaviour for rewrite_dns_addr optionSteven Barth2013-02-262-2/+2
| | | | SVN-Revision: 35804
* 6relayd: compatibility with broken IPv6 devices * Announce ULA as deprecated ↵Steven Barth2013-02-263-4/+10
| | | | | | if other addresses are available * Allow the announced DNS-server to be overwritten SVN-Revision: 35803
* 6relayd: Fix possible memory corruption issueSteven Barth2013-02-191-2/+2
| | | | SVN-Revision: 35673
* 6relayd: Workaround potential signal handling issueSteven Barth2013-02-181-2/+2
| | | | SVN-Revision: 35665
* odhcp6c: allow setting a user-provided prefix as wellSteven Barth2013-02-123-3/+7
| | | | SVN-Revision: 35570
* odhcp6c: Various bugfixes * Don't send undesired suggestions for preferred ↵Steven Barth2013-02-111-2/+2
| | | | | | and valid lifetimes * Be less verbose in logging SVN-Revision: 35553
* odhcp6c: Fix timing issuesSteven Barth2013-02-031-2/+2
| | | | SVN-Revision: 35472
* odhcp6c: Fix RENEW and REBIND requestsSteven Barth2013-02-021-2/+2
| | | | SVN-Revision: 35454
* odhcp6c: allow IPv6-config via SLAAC-only if no prefix is requestedSteven Barth2013-02-012-6/+6
| | | | SVN-Revision: 35421
* odhcp6c: switch to userspace RA-handling and offload address assignment to ↵Steven Barth2013-02-013-30/+54
| | | | | | netifd SVN-Revision: 35419
* 6relayd: Fix announced router flags and IPv6 procfs-configurationSteven Barth2013-02-011-2/+2
| | | | SVN-Revision: 35418
* 6in4: fix typo in last commitSteven Barth2013-01-301-1/+1
| | | | SVN-Revision: 35409
* 6in4: work around hanging wget processSteven Barth2013-01-302-3/+5
| | | | SVN-Revision: 35408
* 6relayd: remove IPv6 forwarding-sysctl workaroundSteven Barth2013-01-292-2/+1
| | | | SVN-Revision: 35371
* odhcp6c: remove IPv6 forwarding-sysctl workaroundSteven Barth2013-01-292-4/+2
| | | | SVN-Revision: 35370
* odhcp6c: work-around for proto-script to avoid loosing the default routeSteven Barth2013-01-282-20/+11
| | | | SVN-Revision: 35345
* ipv6-support: don't overwrite existing setting across reflashsSteven Barth2013-01-232-1/+4
| | | | SVN-Revision: 35302
* 6relayd: fix shell library includes in init-scriptSteven Barth2013-01-212-3/+6
| | | | | | Thanks to Daniel Golle SVN-Revision: 35262
* 6relayd: avoid a race-condition with looping RAsSteven Barth2013-01-212-1/+2
| | | | SVN-Revision: 35260
* odhcp6c: Fix address assignment with infinite validitySteven Barth2013-01-211-2/+2
| | | | SVN-Revision: 35258
* ipv6-support: adapt UCI defaults to new orderingSteven Barth2013-01-181-2/+2
| | | | SVN-Revision: 35219
* odhcp6c: Fix parsing more than one DNS serverSteven Barth2013-01-181-2/+2
| | | | SVN-Revision: 35215
* ipv6-support: Rename enable-ipv6 UCI defaultsSteven Barth2013-01-172-2/+2
| | | | SVN-Revision: 35205
* odhcp6c: Detect a different MAC if interface has none * Fixes DHCPv6 ↵Steven Barth2013-01-171-2/+2
| | | | | | behaviour over PPP and similar SVN-Revision: 35189
* ipv6-support: Switch to native IPv6 supportSteven Barth2013-01-158-719/+14
| | | | SVN-Revision: 35174
* 6rd: add support for native IPv6 prefix handlingSteven Barth2013-01-152-1/+5
| | | | SVN-Revision: 35173
* 6to4: add support for native IPv6 prefix handlingSteven Barth2013-01-152-1/+2
| | | | SVN-Revision: 35172
* 6in4: add support for native IPv6 prefix handlingSteven Barth2013-01-152-3/+6
| | | | SVN-Revision: 35171
* 6relayd: add suitable default configurationSteven Barth2013-01-152-1/+9
| | | | SVN-Revision: 35170
* 6distributed: Remove obsolete service (replaced by netifd)Steven Barth2013-01-152-64/+0
| | | | SVN-Revision: 35169
* odhcp6c: Send RS on startSteven Barth2013-01-132-1/+4
| | | | SVN-Revision: 35137
* odhcp6c: Add preliminary proto-handlerSteven Barth2013-01-133-1/+129
| | | | SVN-Revision: 35135
* ipv6-support: don't use disable_ipv6Steven Barth2013-01-132-4/+3
| | | | SVN-Revision: 35134
* 6relayd: Rewrite init-script logicSteven Barth2013-01-134-47/+95
| | | | SVN-Revision: 35133
* ipv6-support: Update iteration * Add support for blocking forwarding while ↵Steven Barth2013-01-023-15/+53
| | | | | | address assignments * Fix relay restarting function SVN-Revision: 34985
* odhcp6c: Add support for SNTP and SIP optionsSteven Barth2013-01-021-3/+2
| | | | SVN-Revision: 34984
* 6relayd: Announce RDNSS and DNSSL via RASteven Barth2013-01-021-2/+2
| | | | SVN-Revision: 34983