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
318c9e3d
Commit
318c9e3d
authored
Feb 06, 2018
by
Tomek Mrugalski
🛰
Browse files
[github40] Converted missing backend examples.
parent
ed1431b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/examples/kea4/backends.json
View file @
318c9e3d
...
...
@@ -32,7 +32,7 @@
//
parameters
are
type
and
name.
If
other
parameters
are
not
specified
,
//
Kea
will
assume
the
database
is
available
on
localhost
,
that
user
and
//
password
is
not
necessary
to
connect
and
that
timeout
is
5
seconds.
//
Kea
must
be
compiled
with
--with-
dhcp-
mysql
option
to
use
this
backend.
//
Kea
must
be
compiled
with
--with-mysql
option
to
use
this
backend.
//
"lease-database"
:
{
//
"type"
:
"mysql"
,
//
"name"
:
"keatest"
,
...
...
@@ -49,7 +49,7 @@
//
parameters
are
type
and
name.
If
other
parameters
are
not
specified
,
//
Kea
will
assume
the
database
is
available
on
localhost
,
that
user
and
//
password
is
not
necessary
to
connect
and
that
timeout
is
5
seconds.
//
Kea
must
be
compiled
with
--with-
dhcp-
pgsql
option
to
use
this
backend.
//
Kea
must
be
compiled
with
--with-pgsql
option
to
use
this
backend.
//
"lease-database"
:
{
//
"type"
:
"pgsql"
,
//
"name"
:
"keatest"
,
...
...
doc/examples/kea6/backends.json
View file @
318c9e3d
...
...
@@ -32,7 +32,7 @@
//
parameters
are
type
and
name.
If
other
parameters
are
not
specified
,
//
Kea
will
assume
the
database
is
available
on
localhost
,
that
user
and
//
password
is
not
necessary
to
connect
and
that
timeout
is
5
seconds.
//
Kea
must
be
compiled
with
--with-
dhcp-
mysql
option
to
use
this
backend.
//
Kea
must
be
compiled
with
--with-mysql
option
to
use
this
backend.
//
"lease-database"
:
{
//
"type"
:
"mysql"
,
//
"name"
:
"keatest"
,
...
...
@@ -49,7 +49,7 @@
//
parameters
are
type
and
name.
If
other
parameters
are
not
specified
,
//
Kea
will
assume
the
database
is
available
on
localhost
,
that
user
and
//
password
is
not
necessary
to
connect
and
that
timeout
is
5
seconds.
//
Kea
must
be
compiled
with
--with-
dhcp-
pgsql
option
to
use
this
backend.
//
Kea
must
be
compiled
with
--with-pgsql
option
to
use
this
backend.
//
"lease-database"
:
{
//
"type"
:
"pgsql"
,
//
"name"
:
"keatest"
,
...
...
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