diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2012-11-05 16:54:09 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-11-05 17:20:08 -0600 |
commit | 5657fa797512b31ada66e901b891961e63861208 (patch) | |
tree | cdb3302bcbcf4b806789172d0e76774bc788bbc2 /doc/net.example.Linux.in | |
parent | 4936b72e0f0d20168473df9a4598b8159245d45b (diff) |
oldnet: add firewalld support
Diffstat (limited to 'doc/net.example.Linux.in')
-rw-r--r-- | doc/net.example.Linux.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 70ae4e92..f050c2af 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -1137,6 +1137,13 @@ # Hypothetical network card that requires a change-eeprom toggle to enable flashing #ethtool_order_eth0="change-eeprom flash change pause coalesce ring offload nfc rxfh-indir ntuple" +#----------------------------------------------------------------------------- +# Firewalld support +# If you are using the firewalld daemon to configure your firewall +# settings and you have specific zones you want to apply to your +# interfaces, you can do this here. +#firewalld_zone_eth0="myzone" + ############################################################################## # ADVANCED CONFIGURATION # |