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

NAME="firewall6"
DESCRIPTION="Firewall settings (IPv6)"

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

# list of services to be restarted by netprofile
SERVICES="ip6tables
shorewall6"
