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/files/6relayd.config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package/network/ipv6/6relayd/files/6relayd.config (limited to 'package/network/ipv6/6relayd/files/6relayd.config') diff --git a/package/network/ipv6/6relayd/files/6relayd.config b/package/network/ipv6/6relayd/files/6relayd.config new file mode 100644 index 000000000..c5431d31b --- /dev/null +++ b/package/network/ipv6/6relayd/files/6relayd.config @@ -0,0 +1,17 @@ +# Example #1: Create a relay for several networks in proxy mode +# This can be used to proxy Router Discovery, DHCPv6 and NDP. + +#config relay +# option network 'wan lan' +# option rd 'relay' +# option dhcpv6 'relay' +# option ndp 'relay' + + +# Example #2: Provide Router Discovery and stateless DHCPv6 in server mode +# This can be used as a small radvd and stateless DHCPv6-server replacement. + +#config server +# option network 'lan' +# option rd 'server' +# option dhcpv6 'server' -- cgit v1.2.3