From 236618a38a437f3bd12924bd926f086e0f0c47b6 Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Wed, 9 Jul 2008 20:01:54 +0000 Subject: [PATCH] Prefix generated script names with local_ so that NodeManager doesn't stomp on their .acl files --- factory/setup-link | 6 +++--- factory/setup-nat | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/factory/setup-link b/factory/setup-link index 6fb4b9e..e5cbd2f 100755 --- a/factory/setup-link +++ b/factory/setup-link @@ -36,7 +36,7 @@ ifconfig $BRIDGE up iptables -t mangle -A FORWARD -o $BRIDGE -j MARK --set-mark $SLICEID ### Create "grab link" script -GRAB=/vsys/grab-$ETUN0 +GRAB=/vsys/local_grab-$ETUN0 echo $SLICE > $GRAB.acl rm -f $GRAB cat > $GRAB < $BIND.acl rm -f $BIND cat > $BIND < $DELETE.acl rm -f $DELETE cat > $DELETE < $GRAB.acl rm -f $GRAB cat > $GRAB < $DELETE.acl rm -f $DELETE cat > $DELETE <