summaryrefslogtreecommitdiff
path: root/keama/tests/permitauth6.out
blob: 355184d99617930e13166c2d8b863dd461a086ac (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
{
  # DHCPv4 permit authenticated client config
  # authoritative is mandatory
  /// This configuration declares some subnets but has no interfaces-config
  /// Reference Kea #5256
  "Dhcp6": {
    "valid-lifetime": 1800,
    "subnet6": [
      # subnet declaration
      {
        "subnet": "2001::/64",
        "pools": [
          # pool declaration
          {
            # avoid empty pool
            "pool": "2001::100 - 2001::200"
//          "deny": [
//            "unauthenticated clients"
//          ]
          }
        ]
      }
    ]
  }
}