From 0e5a1b9a2d64d75788cc690e7191741f1eac60f4 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Thu, 30 Apr 2015 19:09:13 +0200
Subject: [PATCH] docs: add fastd_mesh_vpn changes to changelog

---
 docs/releases/v2015.1.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docs/releases/v2015.1.rst b/docs/releases/v2015.1.rst
index c52ef9201..17a3c80a9 100644
--- a/docs/releases/v2015.1.rst
+++ b/docs/releases/v2015.1.rst
@@ -22,6 +22,24 @@ Site changes
     to keep the old behaviour, you have to append the hyphen to the
     ``hostname_prefix`` field of your ``site.conf``.
 
+  - ``mesh_vpn_fastd``: The default peer group name ``backbone`` isn't hardcoded anymore, any
+    group name can be used. Instead, the ``fastd_mesh_vpn`` table must now contain an element ``groups``,
+    for example::
+
+      fastd_mesh_vpn = {
+          methods = {'salsa2012+umac'},
+          mtu = 1426,
+          groups = {
+              backbone = {
+                  limit = 2,
+                  peers = {
+                      -- ...
+                  }
+              }
+          }
+      }
+
+
 * ``site.mk``
 
   - The packages ``gluon-setup-mode`` and ``gluon-config-mode-core`` must now be
-- 
GitLab