forked from extern/shorewall_code
Add some comments to getparams
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
d4b37d1c52
commit
ab1fac3fc6
@ -20,7 +20,13 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
#
|
||||||
|
# Parameters:
|
||||||
|
#
|
||||||
|
# $1 = Path name of params file
|
||||||
|
# $2 = $CONFIG_PATH
|
||||||
|
# $3 = Address family (4 o4 6)
|
||||||
|
#
|
||||||
if [ "$3" = 6 ]; then
|
if [ "$3" = 6 ]; then
|
||||||
. /usr/share/shorewall6/lib.base
|
. /usr/share/shorewall6/lib.base
|
||||||
. /usr/share/shorewall6/lib.cli
|
. /usr/share/shorewall6/lib.cli
|
||||||
|
Loading…
Reference in New Issue
Block a user