summaryrefslogtreecommitdiff
path: root/keama/tests/noauth4.out
blob: 8dac17f7a72efc2a61d0e312033bac5ebd95989e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  # no(t) authoritative config
  # authoritative is no longer mandatory
  #authoritative;
  /// This configuration declares some subnets but has no interfaces-config
  /// Reference Kea #245
  "Dhcp4": {
    "subnet4": [
      {
        "id": 1,
        "subnet": "10.5.5.0/27"
      }
    ]
  }
}