aboutsummaryrefslogtreecommitdiff
path: root/rpb-debian-iot
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2016-12-05 14:00:30 +0000
committerRicardo Salveti <ricardo.salveti@linaro.org>2016-12-05 14:01:06 +0000
commit6f51c1f2ab435cc7d9f562482de57656d9911805 (patch)
tree77d42975dd22086a1487b37b070a441420409333 /rpb-debian-iot
parent62d7cd15eadb9fa327d54a591cf58527f3df209c (diff)
rpb-debian-iot: add sample config files
Easier to reproduce the environment and follow the build documentation. Change-Id: I87ee2d0acd54a85f28512873f6f9c62928cd0d08 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to 'rpb-debian-iot')
-rw-r--r--rpb-debian-iot/conf/bt05
-rw-r--r--rpb-debian-iot/conf/gateway.conf3
-rw-r--r--rpb-debian-iot/conf/ndppd.conf9
-rw-r--r--rpb-debian-iot/conf/radvd.conf11
4 files changed, 28 insertions, 0 deletions
diff --git a/rpb-debian-iot/conf/bt0 b/rpb-debian-iot/conf/bt0
new file mode 100644
index 0000000000..eeb0362a96
--- /dev/null
+++ b/rpb-debian-iot/conf/bt0
@@ -0,0 +1,5 @@
+#auto bt0
+#allow-hotplug bt0
+#iface bt0 inet6 static
+# address 2001:db8::4
+# netmask 68
diff --git a/rpb-debian-iot/conf/gateway.conf b/rpb-debian-iot/conf/gateway.conf
new file mode 100644
index 0000000000..a9cbad1b02
--- /dev/null
+++ b/rpb-debian-iot/conf/gateway.conf
@@ -0,0 +1,3 @@
+#net.ipv6.conf.wlan0.accept_ra=2
+#net.ipv6.conf.all.forwarding=1
+#net.ipv6.conf.all.proxy_ndp=1
diff --git a/rpb-debian-iot/conf/ndppd.conf b/rpb-debian-iot/conf/ndppd.conf
new file mode 100644
index 0000000000..1e760d9338
--- /dev/null
+++ b/rpb-debian-iot/conf/ndppd.conf
@@ -0,0 +1,9 @@
+#route-ttl 30000
+#proxy wlan0 {
+# router yes
+# timeout 500
+# ttl 30000
+# rule 2001:db8::/68 {
+# static
+# }
+#}
diff --git a/rpb-debian-iot/conf/radvd.conf b/rpb-debian-iot/conf/radvd.conf
new file mode 100644
index 0000000000..9a4219d67d
--- /dev/null
+++ b/rpb-debian-iot/conf/radvd.conf
@@ -0,0 +1,11 @@
+#interface bt0
+#{
+# IgnoreIfMissing on;
+# AdvSendAdvert on;
+# prefix 2001:db8::/64
+# {
+# AdvOnLink off;
+# AdvAutonomous on;
+# AdvRouterAddr on;
+# };
+#};