View | Details | Raw Unified | Return to bug 93815 | Differences between
and this patch

Collapse All | Expand All

(-)/etc/rc.firewall6 (+11 lines)
Lines 105-110 Link Here
105
	${fw6cmd} add 65000 pass all from any to any
105
	${fw6cmd} add 65000 pass all from any to any
106
	;;
106
	;;
107
107
108
[Ll][Aa][Ss][Tt])
109
        # Gets the name of the save to use.
110
	if [ ! -z $1 ]; then
111
		savename="$1"
112
	else
113
		savename="last"
114
	fi
115
116
	. /var/db/ipfw/$savename.6
117
	;;
118
108
[Cc][Ll][Ii][Ee][Nn][Tt])
119
[Cc][Ll][Ii][Ee][Nn][Tt])
109
	############
120
	############
110
	# This is a prototype setup that will protect your system somewhat
121
	# This is a prototype setup that will protect your system somewhat

Return to bug 93815