[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit
Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/ap/app/Script/etc/radvd.conf b/ap/app/Script/etc/radvd.conf
new file mode 100644
index 0000000..9f602f9
--- /dev/null
+++ b/ap/app/Script/etc/radvd.conf
@@ -0,0 +1,32 @@
+interface br0
+{
+ AdvSendAdvert on;
+
+# This may be needed on some interfaces which are not active when
+# radvd starts, but becomoe available later on; see man page for details.
+
+ # IgnoreIfMissing on;
+
+#
+# These settings cause advertisements to be sent every 3-10 seconds. This
+# range is good for 6to4 with a dynamic IPv4 address, but can be greatly
+# increased when not using 6to4 prefixes.
+#
+
+ MinRtrAdvInterval 3;
+ MaxRtrAdvInterval 10;
+
+ AdvHomeAgentFlag off;
+
+ prefix #ipv6_wan_addr#/64
+ {
+ AdvOnLink on;
+ AdvAutonomous #adv_switch#;
+ AdvRouterAddr off;
+
+ AdvValidLifetime 300;
+ AdvPreferredLifetime 120;
+ };
+
+};
+