6relayd: add suitable default configuration
authorSteven Barth <cyrus@openwrt.org>
Tue, 15 Jan 2013 13:08:00 +0000 (13:08 +0000)
committerSteven Barth <cyrus@openwrt.org>
Tue, 15 Jan 2013 13:08:00 +0000 (13:08 +0000)
SVN-Revision: 35170

package/network/ipv6/6relayd/Makefile
package/network/ipv6/6relayd/files/6relayd.config

index 412033ea9c847b4e49693f979048e4d9064f7c54..8b1666cb8ed738ea8b8c49d6d59f7d20e13d7807 100644 (file)
@@ -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
index 34fee0af4ea8320525554b00d554252b760b1dcb..fd0d29d37c3e10ab0fa2021b9bca018325d66c46 100644 (file)
@@ -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.