mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 09:30:16 +01:00
doc: mention NETMASK as alternative to PREFIX for addresses in man nm-settings-ifcfg-rh
https://bugzilla.redhat.com/show_bug.cgi?id=1925123
This commit is contained in:
parent
afe600caae
commit
eebd9c2a86
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ nm_setting_ip4_config_class_init(NMSettingIP4ConfigClass *klass)
|
|||
* ---end---
|
||||
* ---ifcfg-rh---
|
||||
* property: addresses
|
||||
* variable: IPADDR, PREFIX, IPADDR1, PREFIX1, ...
|
||||
* variable: IPADDR, PREFIX (NETMASK), IPADDR1, PREFIX1 (NETMASK1), ...
|
||||
* description: List of static IP addresses.
|
||||
* example: IPADDR=10.5.5.23 PREFIX=24 IPADDR1=1.1.1.2 PREFIX1=16
|
||||
* ---end---
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue