From 0c32938bdc882891afdbccf1375b385abce3d1b8 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 30 Aug 2006 23:53:20 +0000 Subject: [PATCH] Add commentary git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4495 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Shorewall/compiler b/Shorewall/compiler index 6ea800d8e..5278aa204 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -1335,6 +1335,10 @@ substitute_action() # $1 = parameter, $2 = action esac } +# +# Third phase of action processing. It needs to be here in the compiler because +# it handles builtin actions. +# process_actions3() { for xaction in $USEDACTIONS; do