summaryrefslogtreecommitdiff
path: root/keama/tests/ddnsupdstyle6.out
blob: 88323bb07e7d5d17656546115257478fa2449d2d (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
{
  # ddns-update-style
  /// This configuration declares some subnets but has no interfaces-config
  /// Reference Kea #245
  "Dhcp6": {
    "dhcp-ddns": {
      /// Unspecified ddns-domainname (default domain-name option value)
      /// Kea requires a qualifying-suffix
      /// Initialized to "": please put a value
      "qualifying-suffix": "",
      "enable-updates": true
    },
    "subnet6": [
      # embedded in pool
      {
        "id": 1,
        "subnet": "2001::/64",
        "pools": [
          {
//          /// Unsupported ddns-update-style interim
//          /// Only global ddns-update-style is supported
//          "ddns-update-style": "interim",
            "pool": "2001::1000 - 2001::1fff"
          }
        ]
      }
    ]
  }
}