Network Router User Manual
GINA V4.0 System Administrator Guide – September 2000 69
Configuration language
Druck vom 24. 01.2001 17:00.31 torb-kon
6.2.3 Syntax
This section describes the syntax of the configuration language in the notation used by the
UNIX command yacc.
%{
%}
%start sysblock
%union
{
SessPoint *sessPt;
long number;
char string[80];
}
%token <number> NUMBER /* positive integer */
%token ADDRESS /* statement */
%token ADMIN /* statement */
%token APPLICATION /* statement */
%token AREA /* statement */
%token ASYN_PRIORITY /* statement */
%token BCAMAPPL /* statement */
%token CANCEL /* statement */
%token CHECK /* statement */
%token CLASS /* statement */
%token CLASSMETHOD /* statement */
%token CONNECT /* statement */
%token CYCLE /* statement */
%token CYCLICORDER /* statement */
%token CYCLICTIME /* statement */
%token DYNAMIC_CONNECT /* statement */
%token EVENTCONTROL /* statement */
%token FOREIGN_APPLICATION /* statement */
%token FOREIGN_APPLICATION_NUMBER /* statement */
%token FOREIGN_SESSION /* statement */
%token FUNCTION /* statement */
%token HOST /* statement */
%token IMPORT /* statement */
%token INSTMETHOD /* statement */
%token INTERNETADDRESS /* statement */