diff options
author | Thomas Markwalder <tmark@isc.org> | 2019-11-22 13:39:45 -0500 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2019-11-22 13:39:45 -0500 |
commit | 0cd94b5ef4a078097fc2bd1dc72f5e80c2cf1844 (patch) | |
tree | e4dfe9a92d676a49b18ab547d781fb3fb10c8e6a /keama/tests/qualifyingsuffix4.out | |
parent | 97c155273c0df0c8518f226e2b5e338e3ad63e87 (diff) | |
download | isc-dhcp-0cd94b5ef4a078097fc2bd1dc72f5e80c2cf1844.tar.gz |
[#64,!35] Restored work
Restored cummulative work.
Diffstat (limited to 'keama/tests/qualifyingsuffix4.out')
-rw-r--r-- | keama/tests/qualifyingsuffix4.out | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keama/tests/qualifyingsuffix4.out b/keama/tests/qualifyingsuffix4.out new file mode 100644 index 00000000..f014362d --- /dev/null +++ b/keama/tests/qualifyingsuffix4.out @@ -0,0 +1,17 @@ +{ + # ddns-domainname (aka qualifying-suffix) + "Dhcp4": { + "dhcp-ddns": { + "qualifying-suffix": ".biz", + "enable-updates": true + }, + "client-classes": [ + # embedded + { + "name": "foo" +// /// Only global qualifying-suffix is supported +// "qualifying-suffix": ".bar" + } + ] + } +} |