From: Steven Barth Date: Tue, 15 Jan 2013 13:08:00 +0000 (+0000) Subject: 6relayd: add suitable default configuration X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bb1ca8180a113a0a2c0d890c28c77cad764b6ed1;p=openwrt%2Fsvn-archive%2Farchive.git 6relayd: add suitable default configuration SVN-Revision: 35170 --- diff --git a/package/network/ipv6/6relayd/Makefile b/package/network/ipv6/6relayd/Makefile index 412033ea9c..8b1666cb8e 100644 --- a/package/network/ipv6/6relayd/Makefile +++ b/package/network/ipv6/6relayd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6relayd -PKG_VERSION:=2013-01-13 +PKG_VERSION:=2013-01-15 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/package/network/ipv6/6relayd/files/6relayd.config b/package/network/ipv6/6relayd/files/6relayd.config index 34fee0af4e..fd0d29d37c 100644 --- a/package/network/ipv6/6relayd/files/6relayd.config +++ b/package/network/ipv6/6relayd/files/6relayd.config @@ -1,3 +1,11 @@ +config server default + option master wan6 + list network lan + option rd server + option dhcpv6 server + option fallback_relay 'rd dhcpv6 ndp' + + # Example #1: Create a relay for several networks in proxy mode # This can be used to proxy Router Discovery, DHCPv6 and NDP.