File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,18 @@ NetworkManager's API version since which the settings are introduced.
3232
3333The ` network ` role supports two modules: ` network_connections ` and ` network_state ` .
3434
35+ Since the backend of ` network_state ` is Nmstate, the ` network_state ` modules represents
36+ the future direction for the network role, aiming to provide a more streamlined and
37+ reliable way of managing network. As a result, the focus is on promoting the use of
38+ ` network_state ` over the ` network_connections ` variable to ensure better consistency
39+ and functionality moving forward. Additionally, most of the features currently
40+ supported in NetworkManager are also available with ` network_state ` . For more
41+ information and examples on how to configure the network using Nmstate schema in
42+ ` network_state ` variable, please refer to the official documentation at
43+ [ nmstate.io] ( https://nmstate.io ) . For detailed syntax and explanations of each
44+ parameter, visit
45+ [ nmstate's API documentation] ( https://docs.rs/nmstate/latest/nmstate/index.html ) .
46+
3547For each host a list of networking profiles can be configured via the
3648` network_connections ` variable.
3749
You can’t perform that action at this time.
0 commit comments