Skip to content

Commit

Permalink
Merge pull request #315 from arista-eosplus/doc-typo
Browse files Browse the repository at this point in the history
Fix typo in docs for stopping firewalld
  • Loading branch information
advornic committed Aug 11, 2015
2 parents 13d2df7 + cd582fe commit 8be46b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Be sure your host firewall allows incoming connections to ZTPServer. The standa
* Open TCP/<port> through firewalld
``bash-3.2$ firewall-cmd --zone=public --add-port=<port>/tcp [--permanent]``
* Stop firewalld
``bash-3.2$ systemctl status firewalld``
``bash-3.2$ systemctl stop firewalld``
* Disable firewalld
``bash-3.2$ systemctl disable firewalld``

Expand Down

0 comments on commit 8be46b4

Please sign in to comment.