Skip to content

Commit

Permalink
Fixed an example in the documentation of profile changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Mar 21, 2018
1 parent 0c02956 commit 6a3a400
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/profile_changes_SLE15.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ Unfortunately firewalld does not support **RPC** configuration.

```xml
<firewall>
FW_SERVICES_DMZ_TCP="ftp ssh 80 5900:5999"
FW_SERVICES_EXT_UDP="1723 ipsec-nat-t"
FW_SERVICES_EXT_IP="esp icmp gre"
FW_MASQUERADE="yes"
<FW_SERVICES_DMZ_TCP>ftp ssh 80 5900:5999</FW_SERVICES_DMZ_TCP>
<FW_SERVICES_EXT_UDP>1723 ipsec-nat-t</FW_SERVICES_EXT_UDP>
<FW_SERVICES_EXT_IP>esp icmp gre</FW_SERVICES_EXT_IP>
<FW_MASQUERADE>yes</FW_MASQUERADE>
</firewall>
```

Expand Down

0 comments on commit 6a3a400

Please sign in to comment.