mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[master] fixing example conf files
This commit is contained in:
@@ -105,7 +105,7 @@
|
|||||||
"name": "d2.sha1.key",
|
"name": "d2.sha1.key",
|
||||||
"algorithm": "HMAC-SHA1",
|
"algorithm": "HMAC-SHA1",
|
||||||
"secret": "hRrp29wzUv3uzSNRLlY68w=="
|
"secret": "hRrp29wzUv3uzSNRLlY68w=="
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"name": "d2.sha512.key",
|
"name": "d2.sha512.key",
|
||||||
"algorithm": "HMAC-SHA512",
|
"algorithm": "HMAC-SHA512",
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Kea is told to listen on ethX interface only.
|
# Kea is told to listen on ethX interface only.
|
||||||
"interfaces-config:" {
|
"interfaces-config": {
|
||||||
"interfaces": [ "ethX" ]
|
"interfaces": [ "ethX" ]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Kea is told to listen on ethX interface only.
|
# Kea is told to listen on ethX interface only.
|
||||||
"interfaces-config:" {
|
"interfaces-config": {
|
||||||
"interfaces": [ "ethX" ]
|
"interfaces": [ "ethX" ]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Kea is told to listen on ethX interface only.
|
# Kea is told to listen on ethX interface only.
|
||||||
"interfaces-config:" {
|
"interfaces-config": {
|
||||||
"interfaces": [ "ethX" ]
|
"interfaces": [ "ethX" ]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Kea is told to listen on ethX interface only.
|
# Kea is told to listen on ethX interface only.
|
||||||
"interfaces-config:" {
|
"interfaces-config": {
|
||||||
"interfaces": [ "ethX" ]
|
"interfaces": [ "ethX" ]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Kea is told to listen on ethX network interface only.
|
# Kea is told to listen on ethX network interface only.
|
||||||
"interfaces-config:" {
|
"interfaces-config": {
|
||||||
"interfaces": [ "ethX" ]
|
"interfaces": [ "ethX" ]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Kea is told to listen on ethX interface only.
|
# Kea is told to listen on ethX interface only.
|
||||||
"interfaces-config:" {
|
"interfaces-config": {
|
||||||
"interfaces": [ "ethX" ]
|
"interfaces": [ "ethX" ]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -8,7 +8,9 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Kea is told to listen on ethX interface only.
|
# 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:
|
# 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
|
# memfile, mysql and pgsql. We'll just use memfile, because it doesn't require
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Kea is told to listen on ethX interface only.
|
# Kea is told to listen on ethX interface only.
|
||||||
"interfaces-config:" {
|
"interfaces-config": {
|
||||||
"interfaces": [ "ethX" ]
|
"interfaces": [ "ethX" ]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Kea is told to listen on ethX interface only.
|
# Kea is told to listen on ethX interface only.
|
||||||
"interfaces-config:" {
|
"interfaces-config": {
|
||||||
"interfaces": [ "ethX" ]
|
"interfaces": [ "ethX" ]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"Dhcp6": {
|
"Dhcp6": {
|
||||||
"interfaces-config:" {
|
"interfaces-config": {
|
||||||
"interfaces": [ "ethX" ]
|
"interfaces": [ "ethX" ]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user