# netprofile module
#
# this module contains settings for saving/restore the network configuration
# in different network profiles

NAME="firewall"
DESCRIPTION="Firewall settings"

# list of files to be saved by netprofile
FILES="/etc/sysconfig/iptables
/etc/shorewall/
/etc/ifw"

# list of services to be restarted by netprofile
SERVICES="iptables
shorewall"
