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
0fecb75a
Commit
0fecb75a
authored
Nov 28, 2016
by
Francis Dupont
Committed by
Tomek Mrugalski
Nov 29, 2016
Browse files
[5014_phase2] Renamed Dhcp4 and DhcpDdns entries
parent
652bb17f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/dhcp6_parser.yy
View file @
0fecb75a
...
...
@@ -259,8 +259,8 @@ global_objects: global_object
// This represents a single top level entry, e.g. Dhcp6 or DhcpDdns.
global_object: dhcp6_object
| logging_object
| dhcp4_object
| dhcpddns_object
| dhcp4_
json_
object
| dhcpddns_
json_
object
| unknown_map_entry
;
...
...
@@ -1187,14 +1187,14 @@ qualifying_suffix: QUALIFYING_SUFFIX {
ctx.leave();
};
dhcp4_object: DHCP4 {
dhcp4_
json_
object: DHCP4 {
ctx.enter(ctx.NO_KEYWORD);
} COLON value {
ctx.stack_.back()->set("Dhcp4", $4);
ctx.leave();
};
dhcpddns_object: DHCPDDNS {
dhcpddns_
json_
object: DHCPDDNS {
ctx.enter(ctx.NO_KEYWORD);
} COLON value {
ctx.stack_.back()->set("DhcpDdns", $4);
...
...
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