summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6relayd/Makefile
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
* 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
* 6relayd: Add stateful DHCPv6-support (IA_NA)cyrus2013-05-171-2/+3
| | | | | | | | * 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
* package: fold the IPv6 menu into Networknbd2013-05-141-2/+2
| | | | | | 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
* 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
* 6relayd: Add DHCPv6-PD server support, fix relaying in stateful modecyrus2013-04-221-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36381 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-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: compatibility with broken IPv6 devicescyrus2013-02-261-2/+2
| | | | | | | * 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
* 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
* 6relayd: remove IPv6 forwarding-sysctl workaroundcyrus2013-01-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: fix shell library includes in init-scriptcyrus2013-01-211-1/+1
| | | | | | 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-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: add suitable default configurationcyrus2013-01-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35170 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Rewrite init-script logiccyrus2013-01-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Announce RDNSS and DNSSL via RAcyrus2013-01-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Detect changes of default routes for RAscyrus2013-01-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34958 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Announce DNS search domain via DHCPv6cyrus2012-12-281-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Advertise IPv6-specific MTU instead of genericcyrus2012-12-271-2/+2
| | | | | | * Fixes announced MTU when using tunnels git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34894 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix detection of prefix changescyrus2012-12-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix announcement of deprecated prefixescyrus2012-12-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Always send NA with hop-limit 255cyrus2012-12-091-2/+2
| | | | | | * thanks risa2000 for investigating git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: More RFC-compatibility and size reductioncyrus2012-12-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix some RFC 6204 compatibility issuescyrus2012-11-291-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: add conffiles section, thanks swalkercyrus2012-11-171-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: various updates & fixescyrus2012-11-161-3/+8
| | | | | | | | - Add RD- and DHCPv6-server functionality - Rework configuration and add example UCI file - Fix various bugs and be more RFC compliant git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: auto-configure local interfaces as wellcyrus2012-10-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: update to work around a raw-socket bugcyrus2012-10-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34009 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)cyrus2012-10-301-0/+48
6relayd is an IPv6-tool that relays IPv6-management protocols like router discovery, neighbor discovery and DHCPv6 so that clients on routed (non-bridged) interfaces can use the public address prefix, DHCPv6 and DNS-service of a master interface. This is useful to avoid NAT in chained IPv6-routers. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34008 3c298f89-4303-0410-b956-a3cf2f4a3e73