docs: fix typos
This commit is contained in:
parent
5b97d36c7e
commit
8553254867
@ -36,7 +36,7 @@ example of a regional domain:
|
|||||||
Behaviour
|
Behaviour
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
The following is an abstract state diagramm which gives an overview
|
The following is an abstract state diagram which gives an overview
|
||||||
of the process:
|
of the process:
|
||||||
|
|
||||||
.. image:: ./gluon-hoodselector.svg
|
.. image:: ./gluon-hoodselector.svg
|
||||||
@ -61,7 +61,7 @@ It provides a fallback to the default domain.
|
|||||||
Domain shapes
|
Domain shapes
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
There are two types of domains: the unique dehault one without a defined shape
|
There are two types of domains: the unique default one without a defined shape
|
||||||
and others which contain shapes.
|
and others which contain shapes.
|
||||||
|
|
||||||
* **default domain**
|
* **default domain**
|
||||||
|
@ -61,7 +61,7 @@ Furthermore, by default IGMP and MLD messages are filtered. See
|
|||||||
:ref:`site.conf mesh section <user-site-mesh>` and
|
:ref:`site.conf mesh section <user-site-mesh>` and
|
||||||
:ref:`igmp-mld-domain-segmentation` for details.
|
:ref:`igmp-mld-domain-segmentation` for details.
|
||||||
|
|
||||||
To achieve some level of scalabilty for multicast, multicast group
|
To achieve some level of scalability for multicast, multicast group
|
||||||
awareness is implemented and utilized in the following ways:
|
awareness is implemented and utilized in the following ways:
|
||||||
|
|
||||||
Node-Local Multicast Handling
|
Node-Local Multicast Handling
|
||||||
|
@ -91,7 +91,7 @@ to decide which module gets loaded and the scheduled domain switching functional
|
|||||||
the two versions.
|
the two versions.
|
||||||
|
|
||||||
Note that if you were using ``gluon-mesh-batman-adv-14`` ("batman-adv-legacy") before you will need to update the
|
Note that if you were using ``gluon-mesh-batman-adv-14`` ("batman-adv-legacy") before you will need to update the
|
||||||
``mesh.batman_adv.routing_algo`` setting from from ``BATMAN_IV`` to ``BATMAN_IV_LEGACY`` if you want to
|
``mesh.batman_adv.routing_algo`` setting from ``BATMAN_IV`` to ``BATMAN_IV_LEGACY`` if you want to
|
||||||
stay on v14 compat.
|
stay on v14 compat.
|
||||||
|
|
||||||
See the :ref:`mesh <user-site-mesh>` section for the *site.conf* configuration of this feature.
|
See the :ref:`mesh <user-site-mesh>` section for the *site.conf* configuration of this feature.
|
||||||
@ -157,7 +157,7 @@ Bugfixes
|
|||||||
(`#1777 <https://github.com/freifunk-gluon/gluon/issues/1777>`_)
|
(`#1777 <https://github.com/freifunk-gluon/gluon/issues/1777>`_)
|
||||||
|
|
||||||
* Fixes cross-domain leakage of respondd data by not joining the link-local multicast group on br-client. Nodes will
|
* Fixes cross-domain leakage of respondd data by not joining the link-local multicast group on br-client. Nodes will
|
||||||
not be answering respondd queries on ``[ff02::2:1001]:1001`` anymore. Respondd queries using that adresss must be
|
not be answering respondd queries on ``[ff02::2:1001]:1001`` anymore. Respondd queries using that address must be
|
||||||
updated to the new address ``[ff05::2:1001]:1001``. (`#1701 <https://github.com/freifunk-gluon/gluon/issues/1701>`_)
|
updated to the new address ``[ff05::2:1001]:1001``. (`#1701 <https://github.com/freifunk-gluon/gluon/issues/1701>`_)
|
||||||
|
|
||||||
|
|
||||||
|
@ -169,8 +169,8 @@ wifi5 \: optional
|
|||||||
Same as `wifi24` but for the 5Ghz radio.
|
Same as `wifi24` but for the 5Ghz radio.
|
||||||
|
|
||||||
Additionally a range of channels that are safe to use outsides on the 5 GHz band can
|
Additionally a range of channels that are safe to use outsides on the 5 GHz band can
|
||||||
be set up through ``outdoor_chanlist``, which allows for a space-seperated list of
|
be set up through ``outdoor_chanlist``, which allows for a space-separated list of
|
||||||
channels and channel ranges, seperated by a hyphen.
|
channels and channel ranges, separated by a hyphen.
|
||||||
When set this offers the outdoor mode flag for 5 GHz radios in the config mode which
|
When set this offers the outdoor mode flag for 5 GHz radios in the config mode which
|
||||||
reconfigures the AP to select its channel from outdoor chanlist, while respecting
|
reconfigures the AP to select its channel from outdoor chanlist, while respecting
|
||||||
regulatory specifications, and disables mesh on that radio.
|
regulatory specifications, and disables mesh on that radio.
|
||||||
|
Loading…
Reference in New Issue
Block a user