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:
@@ -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
|
||||
|
Reference in New Issue
Block a user