Bug 771258

Summary: nmcli con delete - doesn't delete connections
Product: [Fedora] Fedora Reporter: sverrel
Component: NetworkManagerAssignee: Dan Williams <dcbw>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 16CC: dcbw, jklimes
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-26 12:59:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description sverrel 2012-01-03 00:05:35 UTC
Description of problem:

# nmcli con delete uuid <uuid> 

does nothing - for some odd reason, if you 'strace' the command with the '-s' parameter it seems to always work.

# strace -s 32 nmcli con delete uuid <uuid>

Version-Release number of selected component (if applicable):

NetworkManager-0.9.2-1.fc16.x86_64

How reproducible:

Seems to be constant.
  
Actual results:

Nothing happens.

Expected results:

Connection should be deleted from the configured list.

Comment 1 Jirka Klimes 2012-01-10 15:37:08 UTC
The bug has been fixed upstream:
659c22ccf60d54e30a38af4cedbbc00011965648 (master)

The fix will appear in the next update.

Thanks for reporting the issue.