odhcpd: don't enable relaying by default anymore
authorSteven Barth <cyrus@openwrt.org>
Tue, 17 Jun 2014 13:05:24 +0000 (13:05 +0000)
committerSteven Barth <cyrus@openwrt.org>
Tue, 17 Jun 2014 13:05:24 +0000 (13:05 +0000)
SVN-Revision: 41228

package/network/services/odhcpd/files/odhcpd.defaults

index 4d360454a993084ed15871585de156e81586f685..d079ec0f806ac7fbfac9343d606a5eee7e40ac94 100644 (file)
@@ -7,13 +7,7 @@ set dhcp.odhcpd=odhcpd
 set dhcp.odhcpd.maindhcp=0
 set dhcp.odhcpd.leasefile=/tmp/hosts/odhcpd
 set dhcp.odhcpd.leasetrigger=/usr/sbin/odhcpd-update
 set dhcp.odhcpd.maindhcp=0
 set dhcp.odhcpd.leasefile=/tmp/hosts/odhcpd
 set dhcp.odhcpd.leasetrigger=/usr/sbin/odhcpd-update
-set dhcp.lan.dhcpv6=hybrid
-set dhcp.lan.ra=hybrid
-set dhcp.lan.ndp=hybrid
-set dhcp.wan6=dhcp
-set dhcp.wan6.dhcpv6=hybrid
-set dhcp.wan6.ra=hybrid
-set dhcp.wan6.ndp=hybrid
-set dhcp.wan6.master=1
+set dhcp.lan.dhcpv6=server
+set dhcp.lan.ra=server
 commit dhcp
 EOF
 commit dhcp
 EOF