forked from extern/shorewall_code
Add commentary
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4495 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7c98a5df9f
commit
0c32938bdc
@ -1335,6 +1335,10 @@ substitute_action() # $1 = parameter, $2 = action
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Third phase of action processing. It needs to be here in the compiler because
|
||||||
|
# it handles builtin actions.
|
||||||
|
#
|
||||||
process_actions3()
|
process_actions3()
|
||||||
{
|
{
|
||||||
for xaction in $USEDACTIONS; do
|
for xaction in $USEDACTIONS; do
|
||||||
|
Loading…
Reference in New Issue
Block a user