From 813f89a60b9e89014c3c16aa998c661217df3bc2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 30 Jun 2020 23:43:17 +0200 Subject: [PATCH] docs: features/multidomain: update docs to mention gluon-switch-domain --- docs/features/multidomain.rst | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/features/multidomain.rst b/docs/features/multidomain.rst index 1f9a729e..7abd59a8 100644 --- a/docs/features/multidomain.rst +++ b/docs/features/multidomain.rst @@ -88,18 +88,25 @@ domain of a router, if and only if one of the above conditions matches. Switching the domain -------------------- -**via commandline**: +Via commandline +^^^^^^^^^^^^^^^ :: - uci set gluon.core.domain="newdomaincode" - gluon-reconfigure - reboot + gluon-switch-domain 'newdomaincode' -**via config mode:** +When the node is not in config mode, ``gluon-switch-domain`` will automatically +reboot the node by default. This can be suppressed by passing ``--no-reboot``:: -To allow switching the domain via config mode, ``config-mode-domain-select`` -has to be added to GLUON_FEATURES in the site.mk. + gluon-switch-domain --no-reboot 'newdomaincode' + +Switching the domain without reboot is currently **experimental**. + +Via config mode +^^^^^^^^^^^^^^^ + +To allow switching the domain via config mode, add ``config-mode-domain-select`` +to GLUON_FEATURES in site.mk. |image0|