X-Git-Url: http://git.onelab.eu/?p=ipfw.git;a=blobdiff_plain;f=configuration%2Fchange_rules_linux.sh;fp=configuration%2Fchange_rules_linux.sh;h=5d170b38c59590c2257f52840482d76cbab55c16;hp=0000000000000000000000000000000000000000;hb=28a7fe9d930667786b902af6697c01eb87694173;hpb=2a8b6c544cf5ea3c84f763144c7ecfa79daea969 diff --git a/configuration/change_rules_linux.sh b/configuration/change_rules_linux.sh new file mode 100755 index 0000000..5d170b3 --- /dev/null +++ b/configuration/change_rules_linux.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# +# marta +# linux wrapper for the FreeBSD change rules program +# This file load the linux configuration and calls the +# original change rules program + +if [ -r ./ipfw.conf ]; then + . ./ipfw.conf +fi + +. ./change_rules.sh