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

@@ -86,6 +86,10 @@
// structures. You can put anything you want in the user-context
// as long as it is a valid JSON and it starts with a map (i.e.
// is enclosed by curly brackets).
// 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.
"subnet6": [
{
"pools": [
@@ -102,6 +106,8 @@
// Here's the user-context for the whole subnet.
"user-context": { "comment": "Floor one, west wing" },
// Equivalent using smart parser
// "comment": "Floor one, west wing",
// This defines PD (prefix delegation) pools. In this case
// we have only one pool. That consists of /64 prefixes