mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 11:30:15 +01:00
ifcfg-rh: add missing NM-only annotations
Add the (+) annotation to NM-only variables.
This commit is contained in:
parent
a2846bd735
commit
d3db846d95
3 changed files with 4 additions and 4 deletions
|
|
@ -746,7 +746,7 @@ nm_setting_ip4_config_class_init (NMSettingIP4ConfigClass *ip4_class)
|
|||
|
||||
/* ---ifcfg-rh---
|
||||
* property: dad-timeout
|
||||
* variable: ACD_TIMEOUT, ARPING_WAIT
|
||||
* variable: ACD_TIMEOUT(+), ARPING_WAIT
|
||||
* default: missing variable means global default (config override or zero)
|
||||
* description: Timeout (in milliseconds for ACD_TIMEOUT or in seconds
|
||||
* for ARPING_WAIT) for address conflict detection before configuring
|
||||
|
|
|
|||
|
|
@ -589,7 +589,7 @@ nm_setting_ip6_config_class_init (NMSettingIP6ConfigClass *ip6_class)
|
|||
|
||||
/* ---ifcfg-rh---
|
||||
* property: dns-search
|
||||
* variable: IPV6_DOMAIN
|
||||
* variable: IPV6_DOMAIN(+)
|
||||
* format: string (space-separated domains)
|
||||
* description: List of DNS search domains.
|
||||
* ---end---
|
||||
|
|
|
|||
|
|
@ -1610,7 +1610,7 @@ nm_setting_tc_config_class_init (NMSettingTCConfigClass *setting_class)
|
|||
**/
|
||||
/* ---ifcfg-rh---
|
||||
* property: qdiscs
|
||||
* variable: QDISC1, QDISC2, ...
|
||||
* variable: QDISC1(+), QDISC2(+), ...
|
||||
* description: Queueing disciplines
|
||||
* example: QDISC1=ingress, QDISC2="root handle 1234: fq_codel"
|
||||
* ---end---
|
||||
|
|
@ -1637,7 +1637,7 @@ nm_setting_tc_config_class_init (NMSettingTCConfigClass *setting_class)
|
|||
**/
|
||||
/* ---ifcfg-rh---
|
||||
* property: qdiscs
|
||||
* variable: FILTER1, FILTER2, ...
|
||||
* variable: FILTER1(+), FILTER2(+), ...
|
||||
* description: Traffic filters
|
||||
* example: FILTER1="parent ffff: matchall action simple sdata Input", ...
|
||||
* ---end---
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue