From: Francis Dupont Date: Fri, 6 Oct 2017 16:43:31 +0000 (+0200) Subject: [5381] Fixed shared network first figures X-Git-Tag: trac5266_base~3^2~1^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00f4adf9974e28744306e1b425dab1d3a1edf5e3;p=thirdparty%2Fkea.git [5381] Fixed shared network first figures --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 4ed2e7244c..6bb34a3a34 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -3530,19 +3530,19 @@ src/lib/dhcpsrv/cfg_host_operations.cc --> ], } ], // end of shared-networks - // It is likely that in your network you'll have a mix of regular, - // "plain" subnets and shared networks. It is perfectly valid to mix - // them in the same config file. - // - // This is regular subnet. It's not part of any shared-network. - "subnet4": [ - { - "subnet": "192.0.3.0/24", - "pools": [ { "pool": "192.0.3.1 - 192.0.3.200" } ] - } - ] + // It is likely that in your network you'll have a mix of regular, + // "plain" subnets and shared networks. It is perfectly valid to mix + // them in the same config file. + // + // This is regular subnet. It's not part of any shared-network. + "subnet4": [ + { + "subnet": "192.0.3.0/24", + "pools": [ { "pool": "192.0.3.1 - 192.0.3.200" } ] + } + ] - } // end of Dhcp4 +} // end of Dhcp4 } diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 32d697316e..75cdb8bc27 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -3088,19 +3088,19 @@ If not specified, the default value is: ] } ], // end of shared-networks - // It is likely that in your network you'll have a mix of regular, - // "plain" subnets and shared networks. It is perfectly valid to mix - // them in the same config file. - // - // This is regular subnet. It's not part of any shared-network. - "subnet6": [ - { - "subnet": "2001:db9::/48", - "pools": [ { "pool": "2001:db9::/64" } ] - } - ] + // It is likely that in your network you'll have a mix of regular, + // "plain" subnets and shared networks. It is perfectly valid to mix + // them in the same config file. + // + // This is regular subnet. It's not part of any shared-network. + "subnet6": [ + { + "subnet": "2001:db9::/48", + "pools": [ { "pool": "2001:db9::/64" } ] + } + ] - } // end of Dhcp6 +} // end of Dhcp6 }