Bug 1024953

Summary: False success result for firewall-cmd --add-service if --permanent is last param
Product: [Fedora] Fedora Reporter: friedmanym
Component: firewalldAssignee: Thomas Woerner <twoerner>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: friedmanym, jpopelka, twoerner
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: 2013-10-30 16:18:33 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 friedmanym 2013-10-30 16:03:59 UTC
Description of problem:
firewall-cmd --add-service=http --permanent 
returns success without opening port at all - even temporarily .

firewall-cmd --permanent --add-service=http works correctly

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


How reproducible:
firewall-cmd --add-service=http --permanent 

Steps to Reproduce:
1.firewall-cmd --add-service=http --permanent 
2.
3.

Actual results:
"success"
 -- no change to firewall

Expected results:
"success" 
port open persistantly

Additional info:

Comment 1 friedmanym 2013-10-30 16:18:33 UTC
I just realized that this is expected as the --permanent does not affect the firewall until reboot