Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1492912

Summary: Typo for AUTOCONNECT_SLAVES ifcfg entry in nm-settings-ifcfg-rh(5)
Product: Red Hat Enterprise Linux 7 Reporter: Dustin Black <dblack>
Component: NetworkManagerAssignee: Thomas Haller <thaller>
Status: CLOSED ERRATA QA Contact: Desktop QE <desktop-qa-list>
Severity: low Docs Contact:
Priority: medium    
Version: 7.3CC: atragler, bgalvani, fgiudici, lrintel, rkhan, sukulkar, thaller, vbenes
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-10 13:29:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dustin Black 2017-09-19 01:15:11 UTC
The nm-settings-ifcfg-rh(5) has an incorrect key name for the NetworkManager ipv4.autoconnect-slaves features. In the man page this is shown with a dash as:

AUTOCONNECT-SLAVES

When the correct syntax is with an underscore as:

AUTOCONNECT_SLAVES


Incidentally, it is also unclear in the man page what values can be set in the ifcfg file for this option. It seems from my testing that this is a yes/no boolean in the ifcfg, while the ipv4.autoconnect-slaves option directly takes a 1/0 value.

Comment 2 Thomas Haller 2017-09-19 06:50:59 UTC
fixed upstream: https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=39d30a170dcb717d9c1dc980f0897d12f5c110f6

Thanks for reporting.


> Incidentally, it is also unclear in the man page what values can be set in the 
> ifcfg file for this option. It seems from my testing that this is a yes/no
> boolean in the ifcfg,

ifcfg-rh commonly accepts yes|true|1|no|false|0 for boolean values. That is the case for AUTOCONNECT_SLAVES as well. 

> while the ipv4.autoconnect-slaves option directly takes a 
> 1/0 value.

1/0 and -1. The property is an enum, -1 means default.

You don't say in which context:

 - nmcli (at least since 1.10) supports yes|1|no|0|default|-1.

  $ nmcli connection modify a connection.autoconnect-slaves x
  Error: failed to modify connection.autoconnect-slaves: invalid option 'x', use 
  one of [default,no,yes].

 - keyfile plugin only accepts numeric values for enum values.

 - on D-Bus, they are numeric as well.


for keyfile, ifcfg-rh and D-Bus, a missing key means "default|-1" as well.

Comment 4 Vladimir Benes 2017-12-04 14:38:50 UTC
AUTOCONNECT-SLAVES not visible anymore

Comment 7 errata-xmlrpc 2018-04-10 13:29:44 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0778