summaryrefslogtreecommitdiff
path: root/keama/tests/configdata4.out
blob: a1af336ec9e4d2b8fb7bffc46602c195ab7747f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  # config (aka server option space data config
  # empty configs are not accepted by Kea
  "Dhcp4": {
    "valid-lifetime": 1800
//  "config": [
//    /// bootp protocol is not supported
//    {
//      "name": "dynamic-bootp-lease-length",
//      "code": 5,
//      "value": 1200
//    },
//    /// bootp protocol is not supported
//    {
//      "name": "boot-unknown-clients",
//      "code": 6,
//      "value": false
//    },
//    /// min-secs is not (yet?) supported
//    /// Reference Kea #223
//    {
//      "name": "min-secs",
//      "code": 14,
//      "value": 5120
//    },
//    /// lease-file-name is an internal ISC DHCP feature
//    {
//      "name": "lease-file-name",
//      "code": 26,
//      "value": "/tmp/leases"
//    },
//    /// local-port is not supported
//    /// command line -p parameter should be used instead
//    {
//      "name": "local-port",
//      "code": 32,
//      "value": 10067
//    },
//    /// local-address is not supported
//    /// Kea equivalent feature is to specify an interface address
//    {
//      "name": "local-address",
//      "code": 35,
//      "value": "10.5.5.1"
//    },
//    /// omapi-key is an internal ISC DHCP feature
//    {
//      "name": "omapi-key",
//      "code": 36,
//      "value": "my.key.biz"
//    },
//    /// limit-addrs-per-ia is not (yet?) supported
//    /// Reference Kea #227
//    {
//      "name": "limit-addrs-per-ia",
//      "code": 56,
//      "value": 12345
//    },
//    /// ddns-local-address6 is not supported
//    /// Kea D2 equivalent config is ip-address
//    {
//      "name": "ddns-local-address6",
//      "code": 81,
//      "value": "2001::1"
//    },
//    /// pid-file-nam is an internal ISC DHCP feature
//    {
//      "name": "pid-file-name",
//      "code": 27,
//      "value": "/tmp/pid"
//    }
//  ]
  }
}