diff options
author | Francis Dupont <fdupont@isc.org> | 2017-07-07 15:44:32 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2017-07-07 15:44:32 +0200 |
commit | ac7850b43049432b5a52d7ab96b46aabf1812b32 (patch) | |
tree | 904f9de01aeeacdd2fe16a326a8563c266325fda /doc/examples/kea6/multiple-options.json | |
parent | [master] Added ChangeLog entry for #5304. (diff) | |
download | kea-ac7850b43049432b5a52d7ab96b46aabf1812b32.tar.xz kea-ac7850b43049432b5a52d7ab96b46aabf1812b32.zip |
[5241] Added syntax, doc, parser, etc, but not the function
Diffstat (limited to 'doc/examples/kea6/multiple-options.json')
-rw-r--r-- | doc/examples/kea6/multiple-options.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/examples/kea6/multiple-options.json b/doc/examples/kea6/multiple-options.json index 685e18a1af..0cbfdd0679 100644 --- a/doc/examples/kea6/multiple-options.json +++ b/doc/examples/kea6/multiple-options.json @@ -111,6 +111,15 @@ { "name": "bootfile-param", "data": "root=/dev/sda2, quiet, splash" + }, + + // At a few exceptions options are added to response only when + // the client requests them. The persistent flag should be used + // to enforce a particular option. + { + "name": "pana-agent", + "data": "2001:db8:2::123", + "persistent": true } ], "pools": [ |