Hide Forgot
Description of problem: The documentation for FirewallD on this wiki page: https://fedoraproject.org/wiki/FirewallD states that the Panic Options should use --enable-panic --disable-panic however the correct options (see: 'man firewall-cmd') are: --panic-on --panic-off Version-Release number of selected component (if applicable): Fedora 19 How reproducible: Always Steps to Reproduce: 1. Type 'man firewall-cmd' and note the proper Panic options are '--panic-on' and '--panic-off'. 2. Note the wiki page referenced above. It still documents '--enable-panic' and '--disable-panic'. Actual results: Using the command: 'firewall-cmd --enable-panic' results in the following: firewall-cmd: error: unrecognized arguments: --enable-panic Expected results: The documentation on the wiki page should correctly state that the options are '--panic-on' and '--panic-off'. Additional info: According to this change in the source: https://git.fedorahosted.org/cgit/firewalld.git/commit/?id=df08c08dfd9fa0ea366fd9d4d2b043d2ae7027c3 the options should be: --panic-on --panic-off
Thanks for the report. https://fedoraproject.org/w/index.php?title=FirewallD&diff=360437&oldid=357485