{
    # Append all our inbound tcp rules to it.
    foreach my $rule (@tcp_acl_rules)
    {
	$OUT .= "$rule \$NEW_InboundTCP\n";
    }
}
