2450. [bug] fdupont
Kea DHCPv6 servers can now receive packets sent to the
- All_DHCP_Servers (ff05::1:3) site multicat address as
+ All_DHCP_Servers (ff05::1:3) site multicast address as
required by the standard.
(Gitlab #3574)
#
-# This file is autogenerated by pip-compile with Python 3.13
+# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
-# pip-compile --output-file=./src/requirements.txt ./src/requirements.in
+# pip-compile --no-strip-extras --output-file=./src/requirements.txt ./src/requirements.in
#
alabaster==1.0.0
# via sphinx
-babel==2.17.0
+babel==2.18.0
# via sphinx
-certifi==2025.6.15
+certifi==2026.2.25
# via requests
-charset-normalizer==3.4.2
+charset-normalizer==3.4.6
# via requests
-docutils==0.21.2
+docutils==0.22.4
# via
# sphinx
# sphinx-rtd-theme
-idna==3.10
+idna==3.11
# via requests
-imagesize==1.4.1
+imagesize==2.0.0
# via sphinx
jinja2==3.1.6
# via sphinx
-markupsafe==3.0.2
+markupsafe==3.0.3
# via jinja2
-packaging==25.0
+packaging==26.0
# via sphinx
-pygments==2.19.1
+pygments==2.19.2
# via sphinx
-requests==2.32.4
+requests==2.32.5
# via sphinx
-roman-numerals-py==3.1.0
+roman-numerals==4.1.0
# via sphinx
snowballstemmer==3.0.1
# via sphinx
-sphinx==8.2.3
+sphinx==9.1.0
# via
- # -r requirements.in
+ # -r src/requirements.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
-sphinx-rtd-theme==3.0.2
- # via -r requirements.in
+sphinx-rtd-theme==3.1.0
+ # via -r src/requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
project(
'kea',
'cpp',
- version: '3.1.7-git',
+ version: '3.1.8-git',
meson_version: '>=1.1.0',
license: 'MPL-2.0',
license_files: ['COPYING'],
}
#if defined OS_LINUX
// On Linux, for each link-local address there may be two
- // additional sockets opened and bound to multicats. These sockets
+ // additional sockets opened and bound to multicast. These sockets
// are only opened if the interface is multicast-capable.
ASSERT_EQ(unicast_num
+ (iface.flag_multicast_ ? 2 * link_local_num : 0)