summaryrefslogtreecommitdiff
path: root/keama/tests/zone4.out
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/zone4.out')
-rw-r--r--keama/tests/zone4.out47
1 files changed, 47 insertions, 0 deletions
diff --git a/keama/tests/zone4.out b/keama/tests/zone4.out
new file mode 100644
index 00000000..7565db4c
--- /dev/null
+++ b/keama/tests/zone4.out
@@ -0,0 +1,47 @@
+{
+ # zone executable statement construct
+ # empty configs are not accepted by Kea
+ "Dhcp4": {
+ "valid-lifetime": 1800
+// # a zone
+// "statement": {
+// "zone": {
+// "name": "example.com.",
+// "primary": [
+// "10.5.5.1",
+// "10.5.5.2"
+// ],
+// "secondary": [
+// "10.10.10.1"
+// ],
+// "primary6": [
+// "2001::1",
+// "2001::2"
+// ],
+// "secondary6": [
+// "2002::1"
+// ],
+// "key": "mykey"
+// }
+// }
+// # a key;
+// "statement": {
+// "tsig-keys": [
+// {
+// "name": "mykey",
+// "algorithm": "hmac-md5.SIG-ALG.REG.INT.",
+// "secret": "somekeydata"
+// }
+// ]
+// }
+// # another key (with bind 8 semi-colon)
+// "statement": {
+// "tsig-keys": [
+// {
+// "name": "example.com",
+// "algorithm": "aes-gmac.dreams."
+// }
+// ]
+// }
+ }
+}