Bug 815439

Summary: --direct documentation incorrect
Product: [Fedora] Fedora Reporter: Miloslav Trmač <mitr>
Component: firewalldAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: jpopelka, twoerner
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: firewalld-0.2.6-1.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-13 09:13:12 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 Miloslav Trmač 2012-04-23 15:40:00 UTC
Version-Release number of selected component (if applicable):
firewalld-0.2.5-1.fc17


Both (firewall-cmd --help) and (man firewall-cmd) suggest the syntax is
  firewall-cmd --direct ipv4 --passthrough ...
but actually it seems to be
  firewall-cmd --direct --passhthrough ipv4 ...
(I haven't tried the other --direct subcommands)