mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 10:00:07 +01:00
libnm/doc: document "weight" attribute for IPv4 routes
This commit is contained in:
parent
d02be1c123
commit
5be942eac5
1 changed files with 7 additions and 0 deletions
|
|
@ -1143,6 +1143,13 @@ nm_setting_ip4_config_class_init(NMSettingIP4ConfigClass *klass)
|
|||
* The default is <literal>unicast</literal>.</para>
|
||||
* </listitem>
|
||||
* <listitem>
|
||||
* <para><literal>"weight"</literal> - an unsigned 32 bit integer ranging from 0 to 256. This indicates
|
||||
* that the IPv4 route is a ECMP route and is only allowed for routes that specify a next-hop.
|
||||
* NetworkManager will automatically merge compatible routes into ECMP multi-hop routes.
|
||||
* Setting to zero or omitting the attribute configures single hop routes that won't get
|
||||
* merged. If the route finds no merge partner, it is configured as single hop route.</para>
|
||||
* </listitem>
|
||||
* <listitem>
|
||||
* <para><literal>"window"</literal> - an unsigned 32 bit integer.</para>
|
||||
* </listitem>
|
||||
* </itemizedlist>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue