Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
ece5fb2e
Commit
ece5fb2e
authored
Feb 28, 2017
by
Tomek Mrugalski
🛰
Browse files
[5061] parsers regenerated
parent
510bc2c8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_lexer.cc
View file @
ece5fb2e
This diff is collapsed.
Click to expand it.
src/bin/dhcp4/dhcp4_parser.cc
View file @
ece5fb2e
...
...
@@ -1322,7 +1322,7 @@ namespace isc { namespace dhcp {
#line 602 "dhcp4_parser.yy" // lalr1.cc:859
{
ElementPtr
cp
(
new
StringElement
(
yystack_
[
0
].
value
.
as
<
std
::
string
>
(),
ctx
.
loc2pos
(
yystack_
[
0
].
location
)));
ctx
.
stack_
.
back
()
->
set
(
"contact
_
points"
,
cp
);
ctx
.
stack_
.
back
()
->
set
(
"contact
-
points"
,
cp
);
ctx
.
leave
();
}
#line 1329 "dhcp4_parser.cc" // lalr1.cc:859
...
...
@@ -3855,7 +3855,7 @@ namespace isc { namespace dhcp {
"
\"
lease-database
\"
"
,
"
\"
hosts-database
\"
"
,
"
\"
type
\"
"
,
"
\"
memfile
\"
"
,
"
\"
mysql
\"
"
,
"
\"
postgresql
\"
"
,
"
\"
cql
\"
"
,
"
\"
user
\"
"
,
"
\"
password
\"
"
,
"
\"
host
\"
"
,
"
\"
port
\"
"
,
"
\"
persist
\"
"
,
"
\"
lfc-interval
\"
"
,
"
\"
readonly
\"
"
,
"
\"
connect-timeout
\"
"
,
"
\"
contact
_
points
\"
"
,
"
\"
readonly
\"
"
,
"
\"
connect-timeout
\"
"
,
"
\"
contact
-
points
\"
"
,
"
\"
keyspace
\"
"
,
"
\"
valid-lifetime
\"
"
,
"
\"
renew-timer
\"
"
,
"
\"
rebind-timer
\"
"
,
"
\"
decline-probation-period
\"
"
,
"
\"
subnet4
\"
"
,
"
\"
4o6-interface
\"
"
,
"
\"
4o6-interface-id
\"
"
,
"
\"
4o6-subnet
\"
"
,
...
...
src/bin/dhcp6/dhcp6_lexer.cc
View file @
ece5fb2e
This diff is collapsed.
Click to expand it.
src/bin/dhcp6/dhcp6_parser.cc
View file @
ece5fb2e
...
...
@@ -1290,7 +1290,7 @@ namespace isc { namespace dhcp {
#line 587 "dhcp6_parser.yy" // lalr1.cc:859
{
ElementPtr
cp
(
new
StringElement
(
yystack_
[
0
].
value
.
as
<
std
::
string
>
(),
ctx
.
loc2pos
(
yystack_
[
0
].
location
)));
ctx
.
stack_
.
back
()
->
set
(
"contact
_
points"
,
cp
);
ctx
.
stack_
.
back
()
->
set
(
"contact
-
points"
,
cp
);
ctx
.
leave
();
}
#line 1297 "dhcp6_parser.cc" // lalr1.cc:859
...
...
@@ -3982,7 +3982,7 @@ namespace isc { namespace dhcp {
"
\"
hosts-database
\"
"
,
"
\"
type
\"
"
,
"
\"
memfile
\"
"
,
"
\"
mysql
\"
"
,
"
\"
postgresql
\"
"
,
"
\"
cql
\"
"
,
"
\"
user
\"
"
,
"
\"
password
\"
"
,
"
\"
host
\"
"
,
"
\"
port
\"
"
,
"
\"
persist
\"
"
,
"
\"
lfc-interval
\"
"
,
"
\"
readonly
\"
"
,
"
\"
connect-timeout
\"
"
,
"
\"
contact
_
points
\"
"
,
"
\"
keyspace
\"
"
,
"
\"
connect-timeout
\"
"
,
"
\"
contact
-
points
\"
"
,
"
\"
keyspace
\"
"
,
"
\"
preferred-lifetime
\"
"
,
"
\"
valid-lifetime
\"
"
,
"
\"
renew-timer
\"
"
,
"
\"
rebind-timer
\"
"
,
"
\"
decline-probation-period
\"
"
,
"
\"
subnet6
\"
"
,
"
\"
option-def
\"
"
,
"
\"
option-data
\"
"
,
"
\"
name
\"
"
,
"
\"
data
\"
"
,
"
\"
code
\"
"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment