Skip to content
GitLab
Menu
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
5e5ca323
Commit
5e5ca323
authored
May 12, 2015
by
Marcin Siodelski
Browse files
[3747] Added ignore-client-id parameter to dhcp4.spec
parent
946fe011
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4.spec
View file @
5e5ca323
...
...
@@ -74,6 +74,12 @@
"item_default": true
},
{ "item_name": "ignore-client-id",
"item_type": "boolean",
"item_optional": true,
"item_default": false
},
{ "item_name": "option-def",
"item_type": "list",
"item_optional": false,
...
...
@@ -269,6 +275,12 @@
"item_default": "0.0.0.0"
},
{ "item_name": "ignore-client-id",
"item_type": "boolean",
"item_optional": true,
"item_default": false
},
{ "item_name": "pool",
"item_type": "list",
"item_optional": false,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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