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
Sebastian Schrader
Kea
Commits
c818fd4e
Commit
c818fd4e
authored
Mar 05, 2017
by
Francis Dupont
Browse files
[master] regen flex with 4o6-subnet fixed
parent
1440d37b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_lexer.cc
View file @
c818fd4e
...
...
@@ -3277,7 +3277,7 @@ YY_RULE_SETUP
case
isc
::
dhcp
::
Parser4Context
::
SUBNET4
:
return
isc
::
dhcp
::
Dhcp4Parser
::
make_SUBNET_4O6_SUBNET
(
driver
.
loc_
);
default:
return
isc
::
dhcp
::
Dhcp4Parser
::
make_STRING
(
"4o6-
interface
"
,
driver
.
loc_
);
return
isc
::
dhcp
::
Dhcp4Parser
::
make_STRING
(
"4o6-
subnet
"
,
driver
.
loc_
);
}
}
YY_BREAK
...
...
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