From ce1768a28bab55e09eec22c1b6ee4081197e2ea9 Mon Sep 17 00:00:00 2001
From: Sukru Senli <sukru.senli@inteno.se>
Date: Fri, 3 Jun 2016 13:39:47 +0200
Subject: [PATCH] enable option 43 in repeater mode

---
 .../cg300/base-files/etc/netmodes/repeater/network              | 1 +
 .../cg300/base-files/etc/netmodes/routed/network                | 2 +-
 .../cg301/base-files/etc/netmodes/repeater/network              | 1 +
 .../cg301/base-files/etc/netmodes/routed/network                | 2 +-
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/iopsys-brcm63xx-mips/cg300/base-files/etc/netmodes/repeater/network b/iopsys-brcm63xx-mips/cg300/base-files/etc/netmodes/repeater/network
index 9f6f4a2f0..fae1aaae7 100644
--- a/iopsys-brcm63xx-mips/cg300/base-files/etc/netmodes/repeater/network
+++ b/iopsys-brcm63xx-mips/cg300/base-files/etc/netmodes/repeater/network
@@ -12,6 +12,7 @@ config interface 'wan'
 	option vendorid 'Inteno_Repeater_$MAC4'
 	option hostname 'Inteno_Repeater_$MAC4'
 	option ifname 'eth0.1'
+	option reqopts '43'
 
 config interface 'lan'
 	option is_lan '1'
diff --git a/iopsys-brcm63xx-mips/cg300/base-files/etc/netmodes/routed/network b/iopsys-brcm63xx-mips/cg300/base-files/etc/netmodes/routed/network
index 8e7257aa5..a5fd22af5 100644
--- a/iopsys-brcm63xx-mips/cg300/base-files/etc/netmodes/routed/network
+++ b/iopsys-brcm63xx-mips/cg300/base-files/etc/netmodes/routed/network
@@ -21,7 +21,7 @@ config interface 'wan'
 	option vendorid '$HARDWAREID-INTENO'
 	option hostname 'Inteno_$MAC4'
 	option ifname 'ptm0.1 atm0.1 eth0.1'
-	option ipv6 '1'
+	option reqopts '43'
 
 config interface 'wan6'
 	option proto 'dhcpv6'
diff --git a/iopsys-brcm63xx-mips/cg301/base-files/etc/netmodes/repeater/network b/iopsys-brcm63xx-mips/cg301/base-files/etc/netmodes/repeater/network
index 9f6f4a2f0..fae1aaae7 100644
--- a/iopsys-brcm63xx-mips/cg301/base-files/etc/netmodes/repeater/network
+++ b/iopsys-brcm63xx-mips/cg301/base-files/etc/netmodes/repeater/network
@@ -12,6 +12,7 @@ config interface 'wan'
 	option vendorid 'Inteno_Repeater_$MAC4'
 	option hostname 'Inteno_Repeater_$MAC4'
 	option ifname 'eth0.1'
+	option reqopts '43'
 
 config interface 'lan'
 	option is_lan '1'
diff --git a/iopsys-brcm63xx-mips/cg301/base-files/etc/netmodes/routed/network b/iopsys-brcm63xx-mips/cg301/base-files/etc/netmodes/routed/network
index 8e7257aa5..a5fd22af5 100644
--- a/iopsys-brcm63xx-mips/cg301/base-files/etc/netmodes/routed/network
+++ b/iopsys-brcm63xx-mips/cg301/base-files/etc/netmodes/routed/network
@@ -21,7 +21,7 @@ config interface 'wan'
 	option vendorid '$HARDWAREID-INTENO'
 	option hostname 'Inteno_$MAC4'
 	option ifname 'ptm0.1 atm0.1 eth0.1'
-	option ipv6 '1'
+	option reqopts '43'
 
 config interface 'wan6'
 	option proto 'dhcpv6'
-- 
GitLab