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
Sebastian Schrader
Kea
Commits
88a16ff4
Commit
88a16ff4
authored
Jul 01, 2014
by
Tomek Mrugalski
🛰
Browse files
[3476] JSON is now the default configuration backend
parent
cfe707bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
88a16ff4
7XX. [build] tomek
JSON configuration backend is now the default. BUNDY backend
is now deprecated after #3413 removed the BIND10/Bundy framework.
(Trac #3476, git abcd)
797. [build] tomek
Removed a lot of remaining BIND10 framework: bind10, bindctl,
cfgmgr, cmdctl, msgq, stats, sysinfo, tests, usermgr from src/bin
...
...
configure.ac
View file @
88a16ff4
...
...
@@ -1238,11 +1238,11 @@ AC_SUBST(AWK)
# It is possible that we may extend this to accept additional backends.
AC_ARG_WITH(kea-config,
AC_HELP_STRING([--with-kea-config],
[Selects configuration backend; currently available options are: BUNDY
(default,
Kea reads configuration and commands from Bundy framework) or JSON (
Kea reads
configuration from a JSON file from disk)]),
[Selects configuration backend; currently available options are: BUNDY
(
Kea reads configuration and commands from Bundy framework) or JSON (
default,
Kea reads
configuration from a JSON file from disk)]),
[CONFIG_BACKEND="$withval"],
[CONFIG_BACKEND=
BUNDY
])
[CONFIG_BACKEND=
JSON
])
AM_CONDITIONAL(CONFIG_BACKEND_BUNDY, test "x$CONFIG_BACKEND" = "xBUNDY")
AM_CONDITIONAL(CONFIG_BACKEND_JSON, test "x$CONFIG_BACKEND" = "xJSON")
...
...
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