This repo is obsolete, please see git://git.code.sf.net/p/dummynet/code@master
[ipfw.git] / configuration / change_rules_linux.sh
1 #!/bin/sh
2 #
3 # marta
4 # linux wrapper for the FreeBSD change rules program
5 # This file load the linux configuration and calls the
6 # original change rules program
7
8 if [ -r ./ipfw.conf ]; then
9         . ./ipfw.conf
10 fi
11
12 . ./change_rules.sh