1.3.3 ipfwadm-wrapper[PATCH].

Shaw Carruthers (shaw@shawc.demon.co.uk)
Sun, 17 May 1998 11:40:54 +0100 (GMT+0100)


I had to patch this to get it to work for me. These were bugs I also found
in 1.1.1 and reported then.

--- ipfwadm-wrapper.dist Sun May 17 11:30:43 1998
+++ ipfwadm-wrapper Sun May 17 11:32:28 1998
@@ -492,6 +492,7 @@
xr*) TARGET=REJECT; shift ;;
xd*) TARGET=DENY; shift ;;
xa*) TARGET=ACCEPT; shift ;;
+ xm*) TARGET=ACCEPT; MASQ=1; shift ;;
*) barf Unknown policy for append: \`"$2"\' ;;
esac
;;
@@ -767,7 +768,7 @@
exit 1
fi
echo Replacing \`-V $VIA_ADDR\' with \`-W $INTERFACE\'.
- OPTIONS="$OPTIONS -i $2"
+ OPTIONS="$OPTIONS -i $INTERFACE"
fi
fi

--
Shaw Carruthers - shaw@shawc.demon.co.uk
London SW14 7JW UK
This is not a sig( with homage to Magritte).
  

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu