mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
docs: Promote network_state variable as the future for network management
Signed-off-by: Wen Liang <wenliang@redhat.com>
This commit is contained in:
parent
f3f5aa6c83
commit
1630646a55
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -32,6 +32,18 @@ NetworkManager's API version since which the settings are introduced.
|
|||
|
||||
The `network` role supports two modules: `network_connections` and `network_state`.
|
||||
|
||||
Since the backend of `network_state` is Nmstate, the `network_state` modules represents
|
||||
the future direction for the network role, aiming to provide a more streamlined and
|
||||
reliable way of managing network. As a result, the focus is on promoting the use of
|
||||
`network_state` over the `network_connections` variable to ensure better consistency
|
||||
and functionality moving forward. Additionally, most of the features currently
|
||||
supported in NetworkManager are also available with `network_state`. For more
|
||||
information and examples on how to configure the network using Nmstate schema in
|
||||
`network_state` variable, please refer to the official documentation at
|
||||
[nmstate.io](https://nmstate.io). For detailed syntax and explanations of each
|
||||
parameter, visit
|
||||
[nmstate's API documentation](https://docs.rs/nmstate/latest/nmstate/index.html).
|
||||
|
||||
For each host a list of networking profiles can be configured via the
|
||||
`network_connections` variable.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue