6relayd: add suitable default configuration
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 Jan 2013 13:08:00 +0000 (13:08 +0000)
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 Jan 2013 13:08:00 +0000 (13:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35170 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 412033e..8b1666c 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 34fee0a..fd0d29d 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.