summaryrefslogtreecommitdiff
path: root/keama/tests/qualifyingsuffix4.out
blob: f014362da9bbe06e6e37c1bc25325a844f094ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
      }
    ]
  }
}