From: Tomek Mrugalski Date: Wed, 9 Nov 2016 21:28:59 +0000 (+0100) Subject: [5014] Examples for Kea6 corrected. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67634bfa619c3724b1633ca60ef69426ef6a94ae;p=thirdparty%2Fkea.git [5014] Examples for Kea6 corrected. --- diff --git a/doc/examples/kea6/classify.json b/doc/examples/kea6/classify.json index c84b6c412d..04951bae2d 100644 --- a/doc/examples/kea6/classify.json +++ b/doc/examples/kea6/classify.json @@ -44,7 +44,7 @@ { "name": "cable-modems", "test": "vendor.enterprise == 4491" - }, + } ], diff --git a/doc/examples/kea6/dhcpv4-over-dhcpv6.json b/doc/examples/kea6/dhcpv4-over-dhcpv6.json index 2fb6ae6721..ccec58a89c 100644 --- a/doc/examples/kea6/dhcpv4-over-dhcpv6.json +++ b/doc/examples/kea6/dhcpv4-over-dhcpv6.json @@ -7,7 +7,7 @@ "Dhcp6": { "interfaces-config": { - # Enable unicast +# Enable unicast "interfaces": [ "eno33554984/2001:db8:1:1::1" ] }, @@ -27,16 +27,16 @@ "pools": [ { "pool": "2001:db8:1:1::1:0/112" } ] } ], - # This enables DHCPv4-over-DHCPv6 support +# This enables DHCPv4-over-DHCPv6 support "dhcp4o6-port": 6767, - # Required by DHCPv4-over-DHCPv6 clients +# Required by DHCPv4-over-DHCPv6 clients "option-data": [ { "name": "dhcp4o6-server-addr", "code": 88, "space": "dhcp6", "csv-format": true, - # Put the server address here +# Put the server address here "data": "2001:db8:1:1::1" } ] }, diff --git a/doc/examples/kea6/multiple-options.json b/doc/examples/kea6/multiple-options.json index a35cb85f64..b0d2cf1be3 100644 --- a/doc/examples/kea6/multiple-options.json +++ b/doc/examples/kea6/multiple-options.json @@ -49,7 +49,7 @@ { "code": 12, "data": "2001:db8:1:0:ff00::1" - }, + } ], "pools": [ { @@ -66,7 +66,7 @@ } ], "subnet": "2001:db8:1::/64", - "interface": "ethX", + "interface": "ethX" } ] },