parameter is removed or set to 0. The value of 0 forces auto-generation
of the subnet identifier.
+.. note::
+
+ The auto-generation of subnet identifier will be removed in a future
+ release. From 2.4.0 a subnet without an ``id`` entry or with the zero
+ value raises a warning at configuration time.
+
.. _ipv4-subnet-prefix:
IPv4 Subnet Prefix
parameter is removed or set to 0. The value of 0 forces auto-generation
of the subnet identifier.
+.. note::
+
+ The auto-generation of subnet identifier will be removed in a future
+ release. From 2.4.0 a subnet without an ``id`` entry or with the zero
+ value raises a warning at configuration time.
+
.. _ipv6-subnet-prefix:
IPv6 Subnet Prefix
-// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
"\"subnet4\": [ { "
" \"pools\": [ { \"pool\": \"192.0.2.1 - 192.0.2.100\" } ],"
" \"subnet\": \"192.0.2.0/24\", "
+ " \"id\": 1, "
" \"interface\": \"eth0\""
" } ],"
"\"valid-lifetime\": 4000 } }";
"\"subnet4\": [ { "
" \"pools\": [ { \"pool\": \"192.0.2.1 - 192.0.2.100\" } ],"
" \"subnet\": \"192.0.2.0/24\", "
+ " \"id\": 1, "
" \"interface\": \"eth0\""
" } ],"
"\"valid-lifetime\": 4000 } }";
"\"subnet6\": [ { "
" \"pools\": [ { \"pool\": \"2001:db8:1::/64\" } ],"
" \"subnet\": \"2001:db8:1::/48\", "
+ " \"id\": 1, "
" \"interface\": \"eth0\""
" } ],"
"\"valid-lifetime\": 4000 } }";
"\"subnet6\": [ { "
" \"pools\": [ { \"pool\": \"2001:db8:1::/64\" } ],"
" \"subnet\": \"2001:db8:1::/48\", "
+ " \"id\": 1, "
" \"interface\": \"eth0\""
" } ],"
"\"valid-lifetime\": 4000 } }";