Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
813f89a6
Unverified
Commit
813f89a6
authored
4 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
docs: features/multidomain: update docs to mention gluon-switch-domain
parent
02c8650b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/features/multidomain.rst
+14
-7
14 additions, 7 deletions
docs/features/multidomain.rst
with
14 additions
and
7 deletions
docs/features/multidomain.rst
+
14
−
7
View file @
813f89a6
...
@@ -88,18 +88,25 @@ domain of a router, if and only if one of the above conditions matches.
...
@@ -88,18 +88,25 @@ domain of a router, if and only if one of the above conditions matches.
Switching the domain
Switching the domain
--------------------
--------------------
**via commandline**:
Via commandline
^^^^^^^^^^^^^^^
::
::
uci set gluon.core.domain="newdomaincode"
gluon-switch-domain 'newdomaincode'
gluon-reconfigure
reboot
**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``
gluon-switch-domain --no-reboot 'newdomaincode'
has to be added to GLUON_FEATURES in the site.mk.
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|
|image0|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment