2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[master] fixing example conf files

This commit is contained in:
Wlodek Wencel
2015-02-17 23:05:31 +01:00
parent c24fff362b
commit d6d10a1e19
11 changed files with 13 additions and 11 deletions

View File

@@ -105,7 +105,7 @@
"name": "d2.sha1.key",
"algorithm": "HMAC-SHA1",
"secret": "hRrp29wzUv3uzSNRLlY68w=="
}
},
{
"name": "d2.sha512.key",
"algorithm": "HMAC-SHA512",

View File

@@ -5,7 +5,7 @@
{
# Kea is told to listen on ethX interface only.
"interfaces-config:" {
"interfaces-config": {
"interfaces": [ "ethX" ]
},

View File

@@ -5,7 +5,7 @@
{
# Kea is told to listen on ethX interface only.
"interfaces-config:" {
"interfaces-config": {
"interfaces": [ "ethX" ]
},

View File

@@ -6,7 +6,7 @@
{
# Kea is told to listen on ethX interface only.
"interfaces-config:" {
"interfaces-config": {
"interfaces": [ "ethX" ]
},

View File

@@ -6,7 +6,7 @@
{
# Kea is told to listen on ethX interface only.
"interfaces-config:" {
"interfaces-config": {
"interfaces": [ "ethX" ]
},

View File

@@ -11,7 +11,7 @@
{
# Kea is told to listen on ethX network interface only.
"interfaces-config:" {
"interfaces-config": {
"interfaces": [ "ethX" ]
},

View File

@@ -5,7 +5,7 @@
{
# Kea is told to listen on ethX interface only.
"interfaces-config:" {
"interfaces-config": {
"interfaces": [ "ethX" ]
},

View File

@@ -8,7 +8,9 @@
{
# Kea is told to listen on ethX interface only.
"interfaces": [ "ethX" ],
"interfaces-config": {
"interfaces": [ "ethX" ]
},
# We need to specify lease type. As of May 2014, three backends are supported:
# memfile, mysql and pgsql. We'll just use memfile, because it doesn't require

View File

@@ -6,7 +6,7 @@
{
# Kea is told to listen on ethX interface only.
"interfaces-config:" {
"interfaces-config": {
"interfaces": [ "ethX" ]
},

View File

@@ -7,7 +7,7 @@
{
# Kea is told to listen on ethX interface only.
"interfaces-config:" {
"interfaces-config": {
"interfaces": [ "ethX" ]
},

View File

@@ -7,7 +7,7 @@
{
"Dhcp6": {
"interfaces-config:" {
"interfaces-config": {
"interfaces": [ "ethX" ]
},