mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-05 18:49:30 +00:00
6relayd: add suitable default configuration
SVN-Revision: 35170
This commit is contained in:
parent
859fd7f614
commit
a1e92f6dd1
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=6relayd
|
PKG_NAME:=6relayd
|
||||||
PKG_VERSION:=2013-01-13
|
PKG_VERSION:=2013-01-15
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
|
@ -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
|
# Example #1: Create a relay for several networks in proxy mode
|
||||||
# This can be used to proxy Router Discovery, DHCPv6 and NDP.
|
# This can be used to proxy Router Discovery, DHCPv6 and NDP.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user