From 9a47c045f25ecbb0139681996635aa3a85ac6fc9 Mon Sep 17 00:00:00 2001 From: cyrus Date: Fri, 16 Nov 2012 09:27:56 +0000 Subject: 6relayd: various updates & fixes - 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 --- package/network/ipv6/6relayd/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'package/network/ipv6/6relayd/Makefile') diff --git a/package/network/ipv6/6relayd/Makefile b/package/network/ipv6/6relayd/Makefile index 26fb6d069..7e6d86472 100644 --- a/package/network/ipv6/6relayd/Makefile +++ b/package/network/ipv6/6relayd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6relayd -PKG_VERSION:=2012-11-01 +PKG_VERSION:=2012-11-16 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://nbd.name/6relayd.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=3f8db4e75d6ac98ea290e0b52e4e2cff91bcee8c +PKG_SOURCE_VERSION:=f0fec4df02e3310de134e46e9826dbeedb86119a PKG_MAINTAINER:=Steven Barth @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/6relayd SECTION:=ipv6 CATEGORY:=IPv6 - TITLE:=IPv6-Relay (RD-, DHCPv6- & NDP-Proxy) + TITLE:=IPv6-Relay and Server (RD-, DHCPv6- & NDP-Proxy) DEPENDS:=+kmod-ipv6 endef @@ -34,6 +34,9 @@ define Package/6relayd/description 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. + + It can also be used as a lightweight router advertisement daemon and provide + stateless DHCPv6 service where size matters. endef define Package/6relayd/install @@ -41,6 +44,8 @@ define Package/6relayd/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/6relayd $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/hotplug.d/iface $(INSTALL_DATA) ./files/6relayd.hotplug $(1)/etc/hotplug.d/iface/30-6relay + $(INSTALL_DIR) $(1)/etc/config + $(INSTALL_DATA) ./files/6relayd.config $(1)/etc/config/6relayd $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/6relayd.init $(1)/etc/init.d/6relayd endef -- cgit v1.2.3