2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[3684] Updated configuration examples per second round of review.

This commit is contained in:
Marcin Siodelski
2016-09-13 10:39:44 +02:00
parent 0a7591f0c9
commit 1fe02beb42
19 changed files with 29 additions and 29 deletions

View File

@@ -68,7 +68,7 @@
# "contact_points": "192.0.2.1,192.0.2.2,192.0.2.3" # "contact_points": "192.0.2.1,192.0.2.2,192.0.2.3"
# }, # },
# Addresses will be assigned with valid lifetimes being 4000. # Addresses will be assigned with a lifetime of 4000 seconds.
"valid-lifetime": 4000, "valid-lifetime": 4000,
# Renew and rebind timers are commented out. This implies that options # Renew and rebind timers are commented out. This implies that options
@@ -90,7 +90,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -83,7 +83,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -35,7 +35,7 @@
"unwarned-reclaim-cycles": 10 "unwarned-reclaim-cycles": 10
}, },
# Addresses will be assigned with valid lifetimes being 4000. # Addresses will be assigned with a lifetime of 4000 seconds.
"valid-lifetime": 4000, "valid-lifetime": 4000,
# The following list defines subnets. We have only one subnet # The following list defines subnets. We have only one subnet
@@ -50,7 +50,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -17,7 +17,7 @@
"type": "memfile" "type": "memfile"
}, },
# Addresses will be assigned with valid lifetimes being 4000. # Addresses will be assigned with a lifetime of 4000 seconds.
"valid-lifetime": 4000, "valid-lifetime": 4000,
# Renew and rebind timers are commented out. This implies that options # Renew and rebind timers are commented out. This implies that options
@@ -55,7 +55,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -19,7 +19,7 @@
"type": "memfile" "type": "memfile"
}, },
# Addresses will be assigned with valid lifetimes being 4000. # Addresses will be assigned with a lifetime of 4000 seconds.
"valid-lifetime": 4000, "valid-lifetime": 4000,
# Renew and rebind timers are commented out. This implies that options # Renew and rebind timers are commented out. This implies that options
@@ -76,7 +76,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -19,7 +19,7 @@
"type": "memfile" "type": "memfile"
}, },
# Addresses will be assigned with valid lifetimes being 4000. # Addresses will be assigned with a lifetime of 4000 seconds.
"valid-lifetime": 4000, "valid-lifetime": 4000,
# Renew and rebind timers are commented out. This implies that options # Renew and rebind timers are commented out. This implies that options
@@ -76,7 +76,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -17,7 +17,7 @@
"type": "memfile" "type": "memfile"
}, },
# Addresses will be assigned with valid lifetimes being 4000. # Addresses will be assigned with a lifetime of 4000 seconds.
"valid-lifetime": 4000, "valid-lifetime": 4000,
# Renew and rebind timers are commented out. This implies that options # Renew and rebind timers are commented out. This implies that options
@@ -113,7 +113,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -18,9 +18,9 @@
"type": "memfile" "type": "memfile"
}, },
# Addresses will be assigned with the valid lifetimes being 4000. # Addresses will be assigned with a lifetime of 4000 seconds.
# Client is told to start renewing after 1000 seconds. If the server # The client is told to start renewing after 1000 seconds. If the server
# does not respond after 2000 seconds since the lease was granted, client # does not respond within 2000 seconds of the lease being granted, client
# is supposed to start REBIND procedure (emergency renewal that allows # is supposed to start REBIND procedure (emergency renewal that allows
# switching to a different server). # switching to a different server).
"valid-lifetime": 4000, "valid-lifetime": 4000,
@@ -39,7 +39,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -18,7 +18,7 @@
"type": "memfile" "type": "memfile"
}, },
# Addresses will be assigned with valid lifetimes being 4000. # Addresses will be assigned with a lifetime of 4000 seconds.
"valid-lifetime": 4000, "valid-lifetime": 4000,
# Renew and rebind timers are commented out. This implies that options # Renew and rebind timers are commented out. This implies that options
@@ -40,7 +40,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -73,7 +73,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -91,7 +91,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -67,7 +67,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -58,7 +58,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -51,7 +51,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -73,7 +73,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -73,7 +73,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -111,7 +111,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -43,7 +43,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {

View File

@@ -42,7 +42,7 @@
}, },
# The following configures logging. It assumes that messages with at least # The following configures logging. It assumes that messages with at least
# informational level (info, warn, error) will will be logged to stdout. # informational level (info, warn, error and fatal) should be logged to stdout.
"Logging": { "Logging": {
"loggers": [ "loggers": [
{ {