From 12e75f5e9c28bae18d86d2a482610ec0808138c8 Mon Sep 17 00:00:00 2001
From: Tarnatos <tarnatos@posteo.de>
Date: Thu, 27 Apr 2017 20:00:32 +0200
Subject: [PATCH] LEDE: IBSS Mesh iface aktiviert 11s disabled true

---
 site.conf | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/site.conf b/site.conf
index b9acc93..81c9acc 100644
--- a/site.conf
+++ b/site.conf
@@ -42,9 +42,16 @@
         ap = {
             ssid = 'nord.freifunk.net',
         },
+
+        ibss = {
+            ssid = '5c:c0:ac:00:d1:4c',
+            bssid = '5c:c0:ac:00:d1:4c',
+            mcast_rate = 12000,
+
         mesh = {
             id = 'ffnord-mesh',
             mcast_rate = 12000,
+	    disabled = true,
         },
     },
 
@@ -53,9 +60,16 @@
         ap = {
             ssid = 'nord.freifunk.net',
         },
+
+        ibss = {
+            ssid = '5c:c0:ac:00:d1:4c',
+            bssid = '5c:c0:ac:00:d1:4c',
+            mcast_rate = 12000,
+
         mesh = {
             id = 'ffnord-mesh',
             mcast_rate = 12000,
+	    disabled = true,
         },
     },
 
-- 
GitLab