From d0c39563d38820c2f76c578670df9f561b12b2be Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Thu, 15 Oct 2020 13:40:07 +0300 Subject: [PATCH] [#1405] fixed comments --- doc/examples/kea4/all-keys.json | 6 +++--- doc/examples/kea6/all-keys.json | 6 +++--- doc/sphinx/arm/dhcp4-srv.rst | 4 ++-- doc/sphinx/arm/dhcp6-srv.rst | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index ebba0c0010..327a6e5059 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -696,7 +696,7 @@ // Enumeration specifying server's mode of operation when it // fetches host reservations. // It is deprecated by the "reservations-out-of-pool", - // reservations-in-subnet and reservations-global parameters. + // "reservations-in-subnet" and "reservations-global" parameters. // "reservation-mode": "all", // Specify if server should lookup global reservations. @@ -870,7 +870,7 @@ // Enumeration specifying server's mode of operation when it // fetches host reservations. // It is deprecated by the "reservations-out-of-pool", - // reservations-in-subnet and reservations-global parameters. + // "reservations-in-subnet" and "reservations-global" parameters. // "reservation-mode": "all", // Specify if server should lookup global reservations. @@ -1009,7 +1009,7 @@ // Fetches host reservations. // It is deprecated by the "reservations-out-of-pool", - // reservations-in-subnet and reservations-global parameters. + // "reservations-in-subnet" and "reservations-global" parameters. // "reservation-mode": "all", // Specify if server should lookup global reservations. diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 9f89b9e3d3..b683e80106 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -654,7 +654,7 @@ // Enumeration specifying server's mode of operation when it // fetches host reservations. // It is deprecated by the "reservations-out-of-pool", - // reservations-in-subnet and reservations-global parameters. + // "reservations-in-subnet" and "reservations-global" parameters. // "reservation-mode": "all", // Specify if server should lookup global reservations. @@ -851,7 +851,7 @@ // Enumeration specifying server's mode of operation when it // fetches host reservations. // It is deprecated by the "reservations-out-of-pool", - // reservations-in-subnet and reservations-global parameters. + // "reservations-in-subnet" and "reservations-global" parameters. // "reservation-mode": "all", // Specify if server should lookup global reservations. @@ -987,7 +987,7 @@ // Fetches host reservations. // It is deprecated by the "reservations-out-of-pool", - // reservations-in-subnet and reservations-global parameters. + // "reservations-in-subnet" and "reservations-global" parameters. // "reservation-mode": "all", // Specify if server should lookup global reservations. diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 4c972c1fcb..37d36a146f 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -4844,7 +4844,7 @@ following can be used: "subnet4": [ { "subnet": "10.0.0.0/24", # It is deprecated by the "reservations-out-of-pool", - # reservations-in-subnet and reservations-global parameters. + # "reservations-in-subnet" and "reservations-global" parameters. # "reservation-mode": "global", # Specify if server should lookup global reservations. "reservations-global": true, @@ -4955,7 +4955,7 @@ following example: "client-classes": [ "reserved_class" ] }], # It is deprecated by the "reservations-out-of-pool", - # reservations-in-subnet and reservations-global parameters. + # "reservations-in-subnet" and "reservations-global" parameters. # "reservation-mode": "global", # Specify if server should lookup global reservations. "reservations-global": true, diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index 41d5f6cd92..2b47025566 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -4285,7 +4285,7 @@ following can be used: "subnet4": [ { "subnet": "2001:db8:1::/64", # It is deprecated by the "reservations-out-of-pool", - # reservations-in-subnet and reservations-global parameters. + # "reservations-in-subnet" and "reservations-global" parameters. # "reservation-mode": "global", # Specify if server should lookup global reservations. "reservations-global": true, @@ -4396,7 +4396,7 @@ following example: "client-classes": [ "reserved_class" ] }], # It is deprecated by the "reservations-out-of-pool", - # reservations-in-subnet and reservations-global parameters. + # "reservations-in-subnet" and "reservations-global" parameters. # "reservation-mode": "global", # Specify if server should lookup global reservations. "reservations-global": true,