]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5072] Two small corrections in example configs.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 15 Dec 2016 14:21:47 +0000 (15:21 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 15 Dec 2016 14:21:47 +0000 (15:21 +0100)
doc/examples/kea4/classify.json
doc/examples/kea4/dhcpv4-over-dhcpv6.json

index 68cca11d196f6be3bb72348bb7dbcb70c07f7cca..a8f5b208f62952d764baf5507bac699737b2c933 100644 (file)
@@ -55,7 +55,7 @@
   {
       "name": "VoIP",
       "test": "substring(option[60].hex,0,6) == 'Aastra'"
-  },
+  }
 
   ],
 
index 7fb09008b20cc18a9b481355cbadf1d24d117ec8..4a9d7ce21ebb43ad288a3dc59296a8012b23ed71 100644 (file)
 
   "subnet4": [
    {    "subnet": "10.10.10.0/24",
-        # Don't forget the "4o6-" before "interface" here!
+# Don't forget the "4o6-" before "interface" here!
         "4o6-interface": "eno33554984",
         "4o6-subnet": "2001:db8:1:1::/64",
         "pools": [ { "pool": "10.10.10.100 - 10.10.10.199" } ] }
   ],
 
-  # This enables DHCPv4-over-DHCPv6 support
+# This enables DHCPv4-over-DHCPv6 support
   "dhcp4o6-port": 6767
 
 },