Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
2d6f9bff
Commit
2d6f9bff
authored
Jan 16, 2017
by
Francis Dupont
Browse files
[master] regen flex/bison files
parent
158b408b
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_lexer.cc
View file @
2d6f9bff
This diff is collapsed.
Click to expand it.
src/bin/dhcp4/dhcp4_parser.cc
View file @
2d6f9bff
This diff is collapsed.
Click to expand it.
src/bin/dhcp4/dhcp4_parser.h
View file @
2d6f9bff
...
...
@@ -305,6 +305,7 @@ namespace isc { namespace dhcp {
union
union_type
{
// value
// socket_type
// ncr_protocol_value
// replace_client_name_value
char
dummy1
[
sizeof
(
ElementPtr
)];
...
...
@@ -354,117 +355,124 @@ namespace isc { namespace dhcp {
TOKEN_INTERFACES_CONFIG
=
266
,
TOKEN_INTERFACES
=
267
,
TOKEN_DHCP_SOCKET_TYPE
=
268
,
TOKEN_ECHO_CLIENT_ID
=
269
,
TOKEN_MATCH_CLIENT_ID
=
270
,
TOKEN_NEXT_SERVER
=
271
,
TOKEN_SERVER_HOSTNAME
=
272
,
TOKEN_BOOT_FILE_NAME
=
273
,
TOKEN_LEASE_DATABASE
=
274
,
TOKEN_HOSTS_DATABASE
=
275
,
TOKEN_TYPE
=
276
,
TOKEN_USER
=
277
,
TOKEN_PASSWORD
=
278
,
TOKEN_HOST
=
279
,
TOKEN_PERSIST
=
280
,
TOKEN_LFC_INTERVAL
=
281
,
TOKEN_READONLY
=
282
,
TOKEN_VALID_LIFETIME
=
283
,
TOKEN_RENEW_TIMER
=
284
,
TOKEN_REBIND_TIMER
=
285
,
TOKEN_DECLINE_PROBATION_PERIOD
=
286
,
TOKEN_SUBNET4
=
287
,
TOKEN_SUBNET_4O6_INTERFACE
=
288
,
TOKEN_SUBNET_4O6_INTERFACE_ID
=
289
,
TOKEN_SUBNET_4O6_SUBNET
=
290
,
TOKEN_OPTION_DEF
=
291
,
TOKEN_OPTION_DATA
=
292
,
TOKEN_NAME
=
293
,
TOKEN_DATA
=
294
,
TOKEN_CODE
=
295
,
TOKEN_SPACE
=
296
,
TOKEN_CSV_FORMAT
=
297
,
TOKEN_RECORD_TYPES
=
298
,
TOKEN_ENCAPSULATE
=
299
,
TOKEN_ARRAY
=
300
,
TOKEN_POOLS
=
301
,
TOKEN_POOL
=
302
,
TOKEN_SUBNET
=
303
,
TOKEN_INTERFACE
=
304
,
TOKEN_INTERFACE_ID
=
305
,
TOKEN_ID
=
306
,
TOKEN_RAPID_COMMIT
=
307
,
TOKEN_RESERVATION_MODE
=
308
,
TOKEN_HOST_RESERVATION_IDENTIFIERS
=
309
,
TOKEN_CLIENT_CLASSES
=
310
,
TOKEN_TEST
=
311
,
TOKEN_CLIENT_CLASS
=
312
,
TOKEN_RESERVATIONS
=
313
,
TOKEN_DUID
=
314
,
TOKEN_HW_ADDRESS
=
315
,
TOKEN_CIRCUIT_ID
=
316
,
TOKEN_CLIENT_ID
=
317
,
TOKEN_HOSTNAME
=
318
,
TOKEN_RELAY
=
319
,
TOKEN_IP_ADDRESS
=
320
,
TOKEN_HOOKS_LIBRARIES
=
321
,
TOKEN_LIBRARY
=
322
,
TOKEN_PARAMETERS
=
323
,
TOKEN_EXPIRED_LEASES_PROCESSING
=
324
,
TOKEN_SERVER_ID
=
325
,
TOKEN_IDENTIFIER
=
326
,
TOKEN_HTYPE
=
327
,
TOKEN_TIME
=
328
,
TOKEN_ENTERPRISE_ID
=
329
,
TOKEN_DHCP4O6_PORT
=
330
,
TOKEN_CONTROL_SOCKET
=
331
,
TOKEN_SOCKET_TYPE
=
332
,
TOKEN_SOCKET_NAME
=
333
,
TOKEN_DHCP_DDNS
=
334
,
TOKEN_ENABLE_UPDATES
=
335
,
TOKEN_QUALIFYING_SUFFIX
=
336
,
TOKEN_SERVER_IP
=
337
,
TOKEN_SERVER_PORT
=
338
,
TOKEN_SENDER_IP
=
339
,
TOKEN_SENDER_PORT
=
340
,
TOKEN_MAX_QUEUE_SIZE
=
341
,
TOKEN_NCR_PROTOCOL
=
342
,
TOKEN_NCR_FORMAT
=
343
,
TOKEN_ALWAYS_INCLUDE_FQDN
=
344
,
TOKEN_ALLOW_CLIENT_UPDATE
=
345
,
TOKEN_OVERRIDE_NO_UPDATE
=
346
,
TOKEN_OVERRIDE_CLIENT_UPDATE
=
347
,
TOKEN_REPLACE_CLIENT_NAME
=
348
,
TOKEN_GENERATED_PREFIX
=
349
,
TOKEN_UDP
=
350
,
TOKEN_TCP
=
351
,
TOKEN_JSON
=
352
,
TOKEN_WHEN_PRESENT
=
353
,
TOKEN_NEVER
=
354
,
TOKEN_ALWAYS
=
355
,
TOKEN_WHEN_NOT_PRESENT
=
356
,
TOKEN_LOGGING
=
357
,
TOKEN_LOGGERS
=
358
,
TOKEN_OUTPUT_OPTIONS
=
359
,
TOKEN_OUTPUT
=
360
,
TOKEN_DEBUGLEVEL
=
361
,
TOKEN_SEVERITY
=
362
,
TOKEN_DHCP6
=
363
,
TOKEN_DHCPDDNS
=
364
,
TOKEN_TOPLEVEL_JSON
=
365
,
TOKEN_TOPLEVEL_DHCP4
=
366
,
TOKEN_SUB_DHCP4
=
367
,
TOKEN_SUB_INTERFACES4
=
368
,
TOKEN_SUB_SUBNET4
=
369
,
TOKEN_SUB_POOL4
=
370
,
TOKEN_SUB_RESERVATION
=
371
,
TOKEN_SUB_OPTION_DEF
=
372
,
TOKEN_SUB_OPTION_DATA
=
373
,
TOKEN_SUB_HOOKS_LIBRARY
=
374
,
TOKEN_SUB_DHCP_DDNS
=
375
,
TOKEN_STRING
=
376
,
TOKEN_INTEGER
=
377
,
TOKEN_FLOAT
=
378
,
TOKEN_BOOLEAN
=
379
TOKEN_RAW
=
269
,
TOKEN_UDP
=
270
,
TOKEN_ECHO_CLIENT_ID
=
271
,
TOKEN_MATCH_CLIENT_ID
=
272
,
TOKEN_NEXT_SERVER
=
273
,
TOKEN_SERVER_HOSTNAME
=
274
,
TOKEN_BOOT_FILE_NAME
=
275
,
TOKEN_LEASE_DATABASE
=
276
,
TOKEN_HOSTS_DATABASE
=
277
,
TOKEN_TYPE
=
278
,
TOKEN_USER
=
279
,
TOKEN_PASSWORD
=
280
,
TOKEN_HOST
=
281
,
TOKEN_PERSIST
=
282
,
TOKEN_LFC_INTERVAL
=
283
,
TOKEN_READONLY
=
284
,
TOKEN_VALID_LIFETIME
=
285
,
TOKEN_RENEW_TIMER
=
286
,
TOKEN_REBIND_TIMER
=
287
,
TOKEN_DECLINE_PROBATION_PERIOD
=
288
,
TOKEN_SUBNET4
=
289
,
TOKEN_SUBNET_4O6_INTERFACE
=
290
,
TOKEN_SUBNET_4O6_INTERFACE_ID
=
291
,
TOKEN_SUBNET_4O6_SUBNET
=
292
,
TOKEN_OPTION_DEF
=
293
,
TOKEN_OPTION_DATA
=
294
,
TOKEN_NAME
=
295
,
TOKEN_DATA
=
296
,
TOKEN_CODE
=
297
,
TOKEN_SPACE
=
298
,
TOKEN_CSV_FORMAT
=
299
,
TOKEN_RECORD_TYPES
=
300
,
TOKEN_ENCAPSULATE
=
301
,
TOKEN_ARRAY
=
302
,
TOKEN_POOLS
=
303
,
TOKEN_POOL
=
304
,
TOKEN_SUBNET
=
305
,
TOKEN_INTERFACE
=
306
,
TOKEN_INTERFACE_ID
=
307
,
TOKEN_ID
=
308
,
TOKEN_RAPID_COMMIT
=
309
,
TOKEN_RESERVATION_MODE
=
310
,
TOKEN_HOST_RESERVATION_IDENTIFIERS
=
311
,
TOKEN_CLIENT_CLASSES
=
312
,
TOKEN_TEST
=
313
,
TOKEN_CLIENT_CLASS
=
314
,
TOKEN_RESERVATIONS
=
315
,
TOKEN_DUID
=
316
,
TOKEN_HW_ADDRESS
=
317
,
TOKEN_CIRCUIT_ID
=
318
,
TOKEN_CLIENT_ID
=
319
,
TOKEN_HOSTNAME
=
320
,
TOKEN_RELAY
=
321
,
TOKEN_IP_ADDRESS
=
322
,
TOKEN_HOOKS_LIBRARIES
=
323
,
TOKEN_LIBRARY
=
324
,
TOKEN_PARAMETERS
=
325
,
TOKEN_EXPIRED_LEASES_PROCESSING
=
326
,
TOKEN_RECLAIM_TIMER_WAIT_TIME
=
327
,
TOKEN_FLUSH_RECLAIMED_TIMER_WAIT_TIME
=
328
,
TOKEN_HOLD_RECLAIMED_TIME
=
329
,
TOKEN_MAX_RECLAIM_LEASES
=
330
,
TOKEN_MAX_RECLAIM_TIME
=
331
,
TOKEN_UNWARNED_RECLAIM_CYCLES
=
332
,
TOKEN_SERVER_ID
=
333
,
TOKEN_IDENTIFIER
=
334
,
TOKEN_HTYPE
=
335
,
TOKEN_TIME
=
336
,
TOKEN_ENTERPRISE_ID
=
337
,
TOKEN_DHCP4O6_PORT
=
338
,
TOKEN_CONTROL_SOCKET
=
339
,
TOKEN_SOCKET_TYPE
=
340
,
TOKEN_SOCKET_NAME
=
341
,
TOKEN_DHCP_DDNS
=
342
,
TOKEN_ENABLE_UPDATES
=
343
,
TOKEN_QUALIFYING_SUFFIX
=
344
,
TOKEN_SERVER_IP
=
345
,
TOKEN_SERVER_PORT
=
346
,
TOKEN_SENDER_IP
=
347
,
TOKEN_SENDER_PORT
=
348
,
TOKEN_MAX_QUEUE_SIZE
=
349
,
TOKEN_NCR_PROTOCOL
=
350
,
TOKEN_NCR_FORMAT
=
351
,
TOKEN_ALWAYS_INCLUDE_FQDN
=
352
,
TOKEN_ALLOW_CLIENT_UPDATE
=
353
,
TOKEN_OVERRIDE_NO_UPDATE
=
354
,
TOKEN_OVERRIDE_CLIENT_UPDATE
=
355
,
TOKEN_REPLACE_CLIENT_NAME
=
356
,
TOKEN_GENERATED_PREFIX
=
357
,
TOKEN_TCP
=
358
,
TOKEN_JSON
=
359
,
TOKEN_WHEN_PRESENT
=
360
,
TOKEN_NEVER
=
361
,
TOKEN_ALWAYS
=
362
,
TOKEN_WHEN_NOT_PRESENT
=
363
,
TOKEN_LOGGING
=
364
,
TOKEN_LOGGERS
=
365
,
TOKEN_OUTPUT_OPTIONS
=
366
,
TOKEN_OUTPUT
=
367
,
TOKEN_DEBUGLEVEL
=
368
,
TOKEN_SEVERITY
=
369
,
TOKEN_DHCP6
=
370
,
TOKEN_DHCPDDNS
=
371
,
TOKEN_TOPLEVEL_JSON
=
372
,
TOKEN_TOPLEVEL_DHCP4
=
373
,
TOKEN_SUB_DHCP4
=
374
,
TOKEN_SUB_INTERFACES4
=
375
,
TOKEN_SUB_SUBNET4
=
376
,
TOKEN_SUB_POOL4
=
377
,
TOKEN_SUB_RESERVATION
=
378
,
TOKEN_SUB_OPTION_DEF
=
379
,
TOKEN_SUB_OPTION_DATA
=
380
,
TOKEN_SUB_HOOKS_LIBRARY
=
381
,
TOKEN_SUB_DHCP_DDNS
=
382
,
TOKEN_STRING
=
383
,
TOKEN_INTEGER
=
384
,
TOKEN_FLOAT
=
385
,
TOKEN_BOOLEAN
=
386
};
};
...
...
@@ -627,6 +635,14 @@ namespace isc { namespace dhcp {
symbol_type
make_DHCP_SOCKET_TYPE
(
const
location_type
&
l
);
static
inline
symbol_type
make_RAW
(
const
location_type
&
l
);
static
inline
symbol_type
make_UDP
(
const
location_type
&
l
);
static
inline
symbol_type
make_ECHO_CLIENT_ID
(
const
location_type
&
l
);
...
...
@@ -851,6 +867,30 @@ namespace isc { namespace dhcp {
symbol_type
make_EXPIRED_LEASES_PROCESSING
(
const
location_type
&
l
);
static
inline
symbol_type
make_RECLAIM_TIMER_WAIT_TIME
(
const
location_type
&
l
);
static
inline
symbol_type
make_FLUSH_RECLAIMED_TIMER_WAIT_TIME
(
const
location_type
&
l
);
static
inline
symbol_type
make_HOLD_RECLAIMED_TIME
(
const
location_type
&
l
);
static
inline
symbol_type
make_MAX_RECLAIM_LEASES
(
const
location_type
&
l
);
static
inline
symbol_type
make_MAX_RECLAIM_TIME
(
const
location_type
&
l
);
static
inline
symbol_type
make_UNWARNED_RECLAIM_CYCLES
(
const
location_type
&
l
);
static
inline
symbol_type
make_SERVER_ID
(
const
location_type
&
l
);
...
...
@@ -951,10 +991,6 @@ namespace isc { namespace dhcp {
symbol_type
make_GENERATED_PREFIX
(
const
location_type
&
l
);
static
inline
symbol_type
make_UDP
(
const
location_type
&
l
);
static
inline
symbol_type
make_TCP
(
const
location_type
&
l
);
...
...
@@ -1276,12 +1312,12 @@ namespace isc { namespace dhcp {
enum
{
yyeof_
=
0
,
yylast_
=
7
05
,
///< Last index in yytable_.
yynnts_
=
296
,
///< Number of nonterminal symbols.
yylast_
=
7
28
,
///< Last index in yytable_.
yynnts_
=
303
,
///< Number of nonterminal symbols.
yyfinal_
=
24
,
///< Termination state number.
yyterror_
=
1
,
yyerrcode_
=
256
,
yyntokens_
=
12
5
///< Number of tokens.
yyntokens_
=
1
3
2
///< Number of tokens.
};
...
...
@@ -1335,9 +1371,10 @@ namespace isc { namespace dhcp {
85
,
86
,
87
,
88
,
89
,
90
,
91
,
92
,
93
,
94
,
95
,
96
,
97
,
98
,
99
,
100
,
101
,
102
,
103
,
104
,
105
,
106
,
107
,
108
,
109
,
110
,
111
,
112
,
113
,
114
,
115
,
116
,
117
,
118
,
119
,
120
,
121
,
122
,
123
,
124
115
,
116
,
117
,
118
,
119
,
120
,
121
,
122
,
123
,
124
,
125
,
126
,
127
,
128
,
129
,
130
,
131
};
const
unsigned
int
user_token_number_max_
=
3
79
;
const
unsigned
int
user_token_number_max_
=
3
86
;
const
token_number_type
undef_token_
=
2
;
if
(
static_cast
<
int
>
(
t
)
<=
yyeof_
)
...
...
@@ -1370,25 +1407,26 @@ namespace isc { namespace dhcp {
{
switch
(
other
.
type_get
())
{
case
138
:
// value
case
383
:
// ncr_protocol_value
case
392
:
// replace_client_name_value
case
145
:
// value
case
184
:
// socket_type
case
397
:
// ncr_protocol_value
case
406
:
// replace_client_name_value
value
.
copy
<
ElementPtr
>
(
other
.
value
);
break
;
case
1
24
:
// "boolean"
case
1
31
:
// "boolean"
value
.
copy
<
bool
>
(
other
.
value
);
break
;
case
1
2
3
:
// "floating point"
case
13
0
:
// "floating point"
value
.
copy
<
double
>
(
other
.
value
);
break
;
case
12
2
:
// "integer"
case
12
9
:
// "integer"
value
.
copy
<
int64_t
>
(
other
.
value
);
break
;
case
12
1
:
// "constant string"
case
12
8
:
// "constant string"
value
.
copy
<
std
::
string
>
(
other
.
value
);
break
;
...
...
@@ -1409,25 +1447,26 @@ namespace isc { namespace dhcp {
(
void
)
v
;
switch
(
this
->
type_get
())
{
case
138
:
// value
case
383
:
// ncr_protocol_value
case
392
:
// replace_client_name_value
case
145
:
// value
case
184
:
// socket_type
case
397
:
// ncr_protocol_value
case
406
:
// replace_client_name_value
value
.
copy
<
ElementPtr
>
(
v
);
break
;
case
1
24
:
// "boolean"
case
1
31
:
// "boolean"
value
.
copy
<
bool
>
(
v
);
break
;
case
1
2
3
:
// "floating point"
case
13
0
:
// "floating point"
value
.
copy
<
double
>
(
v
);
break
;
case
12
2
:
// "integer"
case
12
9
:
// "integer"
value
.
copy
<
int64_t
>
(
v
);
break
;
case
12
1
:
// "constant string"
case
12
8
:
// "constant string"
value
.
copy
<
std
::
string
>
(
v
);
break
;
...
...
@@ -1507,25 +1546,26 @@ namespace isc { namespace dhcp {
// Type destructor.
switch
(
yytype
)
{
case
138
:
// value
case
383
:
// ncr_protocol_value
case
392
:
// replace_client_name_value
case
145
:
// value
case
184
:
// socket_type
case
397
:
// ncr_protocol_value
case
406
:
// replace_client_name_value
value
.
template
destroy
<
ElementPtr
>
();
break
;
case
1
24
:
// "boolean"
case
1
31
:
// "boolean"
value
.
template
destroy
<
bool
>
();
break
;
case
1
2
3
:
// "floating point"
case
13
0
:
// "floating point"
value
.
template
destroy
<
double
>
();
break
;
case
12
2
:
// "integer"
case
12
9
:
// "integer"
value
.
template
destroy
<
int64_t
>
();
break
;
case
12
1
:
// "constant string"
case
12
8
:
// "constant string"
value
.
template
destroy
<
std
::
string
>
();
break
;
...
...
@@ -1552,25 +1592,26 @@ namespace isc { namespace dhcp {
super_type
::
move
(
s
);
switch
(
this
->
type_get
())
{
case
138
:
// value
case
383
:
// ncr_protocol_value
case
392
:
// replace_client_name_value
case
145
:
// value
case
184
:
// socket_type
case
397
:
// ncr_protocol_value
case
406
:
// replace_client_name_value
value
.
move
<
ElementPtr
>
(
s
.
value
);
break
;
case
1
24
:
// "boolean"
case
1
31
:
// "boolean"
value
.
move
<
bool
>
(
s
.
value
);
break
;
case
1
2
3
:
// "floating point"
case
13
0
:
// "floating point"
value
.
move
<
double
>
(
s
.
value
);
break
;
case
12
2
:
// "integer"
case
12
9
:
// "integer"
value
.
move
<
int64_t
>
(
s
.
value
);
break
;
case
12
1
:
// "constant string"
case
12
8
:
// "constant string"
value
.
move
<
std
::
string
>
(
s
.
value
);
break
;
...
...
@@ -1641,7 +1682,8 @@ namespace isc { namespace dhcp {
345
,
346
,
347
,
348
,
349
,
350
,
351
,
352
,
353
,
354
,
355
,
356
,
357
,
358
,
359
,
360
,
361
,
362
,
363
,
364
,
365
,
366
,
367
,
368
,
369
,
370
,
371
,
372
,
373
,
374
,
375
,
376
,
377
,
378
,
379
375
,
376
,
377
,
378
,
379
,
380
,
381
,
382
,
383
,
384
,
385
,
386
};
return
static_cast
<
token_type
>
(
yytoken_number_
[
type
]);
}
...
...
@@ -1718,6 +1760,18 @@ namespace isc { namespace dhcp {
return
symbol_type
(
token
::
TOKEN_DHCP_SOCKET_TYPE
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_RAW
(
const
location_type
&
l
)
{
return
symbol_type
(
token
::
TOKEN_RAW
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_UDP
(
const
location_type
&
l
)
{
return
symbol_type
(
token
::
TOKEN_UDP
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_ECHO_CLIENT_ID
(
const
location_type
&
l
)
{
...
...
@@ -2054,6 +2108,42 @@ namespace isc { namespace dhcp {
return
symbol_type
(
token
::
TOKEN_EXPIRED_LEASES_PROCESSING
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_RECLAIM_TIMER_WAIT_TIME
(
const
location_type
&
l
)
{
return
symbol_type
(
token
::
TOKEN_RECLAIM_TIMER_WAIT_TIME
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_FLUSH_RECLAIMED_TIMER_WAIT_TIME
(
const
location_type
&
l
)
{
return
symbol_type
(
token
::
TOKEN_FLUSH_RECLAIMED_TIMER_WAIT_TIME
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_HOLD_RECLAIMED_TIME
(
const
location_type
&
l
)
{
return
symbol_type
(
token
::
TOKEN_HOLD_RECLAIMED_TIME
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_MAX_RECLAIM_LEASES
(
const
location_type
&
l
)
{
return
symbol_type
(
token
::
TOKEN_MAX_RECLAIM_LEASES
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_MAX_RECLAIM_TIME
(
const
location_type
&
l
)
{
return
symbol_type
(
token
::
TOKEN_MAX_RECLAIM_TIME
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_UNWARNED_RECLAIM_CYCLES
(
const
location_type
&
l
)
{
return
symbol_type
(
token
::
TOKEN_UNWARNED_RECLAIM_CYCLES
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_SERVER_ID
(
const
location_type
&
l
)
{
...
...
@@ -2204,12 +2294,6 @@ namespace isc { namespace dhcp {
return
symbol_type
(
token
::
TOKEN_GENERATED_PREFIX
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_UDP
(
const
location_type
&
l
)
{
return
symbol_type
(
token
::
TOKEN_UDP
,
l
);
}
Dhcp4Parser
::
symbol_type
Dhcp4Parser
::
make_TCP
(
const
location_type
&
l
)
{
...
...
@@ -2387,7 +2471,7 @@ namespace isc { namespace dhcp {
#line 14 "dhcp4_parser.yy" // lalr1.cc:377
}
}
// isc::dhcp
#line 2
391
"dhcp4_parser.h" // lalr1.cc:377
#line 2
475
"dhcp4_parser.h" // lalr1.cc:377
...
...
src/bin/dhcp4/location.hh
View file @
2d6f9bff
// Generated 2017011
02225
// Generated 2017011
61302
// A Bison parser, made by GNU Bison 3.0.4.
// Locations for Bison parsers in C++
...
...
src/bin/dhcp4/position.hh
View file @
2d6f9bff
// Generated 2017011
31911
// Generated 2017011
61302
// A Bison parser, made by GNU Bison 3.0.4.
// Positions for Bison parsers in C++
...
...
src/bin/dhcp4/stack.hh
View file @
2d6f9bff
// Generated 2017011
31911
// Generated 2017011
61302
// A Bison parser, made by GNU Bison 3.0.4.
// Stack handling for Bison parsers in C++
...
...
src/bin/dhcp6/dhcp6_lexer.cc
View file @
2d6f9bff
This diff is collapsed.
Click to expand it.
src/bin/dhcp6/dhcp6_parser.cc
View file @
2d6f9bff
This diff is collapsed.
Click to expand it.
src/bin/dhcp6/dhcp6_parser.h
View file @
2d6f9bff
...
...
@@ -305,6 +305,7 @@ namespace isc { namespace dhcp {
union
union_type
{
// value
// duid_type
// ncr_protocol_value
// replace_client_name_value
char
dummy1
[
sizeof
(
ElementPtr
)];
...
...
@@ -410,62 +411,71 @@ namespace isc { namespace dhcp {
TOKEN_LIBRARY
=
322
,
TOKEN_PARAMETERS
=
323
,
TOKEN_EXPIRED_LEASES_PROCESSING
=
324
,
TOKEN_SERVER_ID
=
325
,
TOKEN_IDENTIFIER
=
326
,
TOKEN_HTYPE
=
327
,
TOKEN_TIME
=
328
,
TOKEN_ENTERPRISE_ID
=
329
,
TOKEN_DHCP4O6_PORT
=
330
,
TOKEN_CONTROL_SOCKET
=
331
,
TOKEN_SOCKET_TYPE
=
332
,
TOKEN_SOCKET_NAME
=
333
,
TOKEN_DHCP_DDNS
=
334
,
TOKEN_ENABLE_UPDATES
=
335
,
TOKEN_QUALIFYING_SUFFIX
=
336
,
TOKEN_SERVER_IP
=
337
,
TOKEN_SERVER_PORT
=
338
,
TOKEN_SENDER_IP
=
339
,
TOKEN_SENDER_PORT
=
340
,
TOKEN_MAX_QUEUE_SIZE
=
341
,
TOKEN_NCR_PROTOCOL
=
342
,
TOKEN_NCR_FORMAT
=
343
,
TOKEN_ALWAYS_INCLUDE_FQDN
=
344
,
TOKEN_ALLOW_CLIENT_UPDATE
=
345
,
TOKEN_OVERRIDE_NO_UPDATE
=
346
,
TOKEN_OVERRIDE_CLIENT_UPDATE
=
347
,
TOKEN_REPLACE_CLIENT_NAME
=
348
,
TOKEN_GENERATED_PREFIX
=
349
,
TOKEN_UDP
=
350
,
TOKEN_TCP
=
351
,