From 140a5b22d944ff4949fcb50fd72a0305fe9e3c1a Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 17 Jan 2014 14:00:04 +0000 Subject: odhcp6c: Use sourcerouting by default SVN-Revision: 39311 --- package/network/ipv6/odhcp6c/files/dhcpv6.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/ipv6/odhcp6c/files/dhcpv6.sh') diff --git a/package/network/ipv6/odhcp6c/files/dhcpv6.sh b/package/network/ipv6/odhcp6c/files/dhcpv6.sh index 0638d28f5f..cffb3ec22a 100755 --- a/package/network/ipv6/odhcp6c/files/dhcpv6.sh +++ b/package/network/ipv6/odhcp6c/files/dhcpv6.sh @@ -49,7 +49,7 @@ proto_dhcpv6_setup() { [ -n "$ip6prefix" ] && proto_export "USERPREFIX=$ip6prefix" [ -n "$iface_dslite" ] && proto_export "IFACE_DSLITE=$iface_dslite" - [ "$sourcerouting" = "1" ] && proto_export "SOURCE_ROUTING=1" + [ "$sourcerouting" != "0" ] && proto_export "SOURCE_ROUTING=1" proto_export "INTERFACE=$config" proto_run_command "$config" odhcp6c \ -- cgit v1.2.3