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

[5351] checkpoint: added comment

This commit is contained in:
Francis Dupont
2017-11-28 12:45:51 +01:00
parent 1bab6cdae9
commit 29a504c82f
9 changed files with 117 additions and 7 deletions

View File

@@ -107,6 +107,10 @@
// It is intended to keep anything you may want to put there - comments,
// extra designations, floor or department names etc. These structures
// will be made available to Kea hooks.
// You can define multiple user-contexts in the same scope without
// the last one replacing previous values. A comment entry is
// translated into a user-context with a "comment" property so
// you can include comments inside the configuration itself.
"subnet4": [
{
"pools": [ {
@@ -117,6 +121,8 @@
"user-context": {
"comment": "Our first subnet!"
}
// Equivalent using smart parser
// "comment": "Our first subnet!"
},
{
// This particular subnet has match-client-id value changed.