Piotrek Zadroga
7a9203dbfd
[ #3074 ] addressed review comments
2024-01-09 11:40:04 +01:00
Piotrek Zadroga
f5a4dac97b
[ #3074 ] ARM update
2024-01-09 11:40:04 +01:00
Piotrek Zadroga
3203d257a3
[ #3074 ] UTs updated
2024-01-09 11:40:04 +01:00
Piotrek Zadroga
4bb524efbe
[ #3074 ] option example update
2024-01-09 11:40:04 +01:00
Piotrek Zadroga
9a5b751a3b
[ #3074 ] comments updated
2024-01-09 11:40:04 +01:00
Piotrek Zadroga
79a331fae1
[ #3074 ] option def validation
2024-01-09 11:40:04 +01:00
Piotrek Zadroga
475a349a16
[ #3074 ] introduce new OPT_CUSTOM_TYPE
2024-01-09 11:40:04 +01:00
Piotrek Zadroga
e936f2d376
[ #3074 ] add missing std ns
2024-01-09 11:40:04 +01:00
Piotrek Zadroga
bda2a87f0c
[ #3074 ] added ChangeLog entry
...
Also, some other corrections.
2024-01-09 11:39:23 +01:00
Piotrek Zadroga
73edb9dcca
[ #3074 ] add more UTs
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
4bbb55da19
[ #3074 ] code cleaning + docs
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
72225055c2
[ #3074 ] unpack reworked
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
117cd7180b
[ #3074 ] change option type to binary
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
0a5c401898
[ #3074 ] added some comments
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
097bfe5fe1
[ #3074 ] adding UTs for option 121
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
9de3f9e53f
[ #3074 ] adding option 121 in ARM
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
92a7cd07f1
[ #3074 ] adding example of option 121
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
e55365af4c
[ #3074 ] new option in factorySpecialFormatOption
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
cc72f1eacb
[ #3074 ] WIP new class for v4 option 121
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
fd155065b5
[ #3074 ] WIP new class for v4 option 121
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
d0846e7410
[ #3074 ] new class for v4 option 121
2024-01-09 11:38:08 +01:00
Piotrek Zadroga
faedb7b3dc
[ #3074 ] initial def of DHCPv4 option 121
...
Initial definition of DHCPv4 option code 121
Classless Static Route Option - described in RFC 3442
2024-01-09 11:38:08 +01:00
Marcin Siodelski
c48734c20e
[ #3178 ] Include server-name in status-get
2024-01-05 19:04:20 +01:00
Marcin Siodelski
83385b13a8
[ #3178 ] Correct grammar in the comments
2024-01-05 19:04:20 +01:00
Marcin Siodelski
bd933f8c83
[ #3178 ] Corrections in the HA messages desc
2024-01-05 19:04:19 +01:00
Marcin Siodelski
14273bb6bd
[ #3178 ] Added missing comments to ha_impl.h
2024-01-05 19:04:19 +01:00
Marcin Siodelski
745eff0a0c
[ #3178 ] Small ARM edits after review
2024-01-05 19:04:19 +01:00
Marcin Siodelski
20f1c0ea7d
[ #3178 ] Added ChangeLog for #3178
2024-01-05 19:04:19 +01:00
Marcin Siodelski
b2ce8e2854
[ #3178 ] Documented hub-and-spoke
2024-01-05 19:04:19 +01:00
Marcin Siodelski
26b64e771a
[ #3178 ] Log the number of applied leases
2024-01-05 19:04:19 +01:00
Marcin Siodelski
98dc56159a
[ #3178 ] Handle no subnet selected in HA
2024-01-05 19:04:19 +01:00
Marcin Siodelski
a71d8b5f5d
[ #3178 ] Partition synchronized leases
2024-01-05 19:04:19 +01:00
Marcin Siodelski
ed064ccc77
[ #3178 ] Added status-get test for H&S
2024-01-05 19:04:19 +01:00
Marcin Siodelski
8a3fe3ae11
[ #3178 ] Different CS callback names
...
Different HA services register their critical sections under different
names.
2024-01-05 19:04:19 +01:00
Marcin Siodelski
acd2757626
[ #3178 ] Implemented subnetX_select in HA
...
The subnet4_select and subnet6_select callouts are used when HA config
contains multiple relationships. In this case the logic filtering the
packets must be ran after subnet selection because the selected subnet
contains the info which relationship the packet belongs to.
2024-01-05 19:04:19 +01:00
Wlodzimierz Wencel
fb43fa2fa7
[ #3186 ] arm packages can be build and uploaded, new systems support added
2024-01-03 10:49:14 +00:00
Razvan Becheriu
cdfee49b5e
[ #3108 ] addressed review comments
2023-12-18 21:02:38 +02:00
Razvan Becheriu
c0d98f70da
[ #3108 ] fixed log message
2023-12-18 18:48:26 +02:00
Razvan Becheriu
59c45ecb13
[ #3108 ] added warning message to disable "ip-reservations-unique"
...
- suggest disabling "ip-reservations-unique" flag if multiple reservations
for the same IP address are found
2023-12-18 18:48:26 +02:00
Razvan Becheriu
c1ff7f9b88
[ #3191 ] fix botan code after function rename
2023-12-14 22:20:10 +02:00
Andrei Pavel
0326e15cbf
[ #3168 ] add anchors to RADIUS docs
2023-12-14 14:48:11 +01:00
Francis Dupont
93c47dba3d
[ #3168 ] Removed old RADIUS
2023-12-14 14:48:11 +01:00
Razvan Becheriu
303292599a
[ #3019 ] updated documentation and added ChangeLog entry
2023-12-14 10:06:33 +02:00
Razvan Becheriu
a7e983dd2a
[ #3019 ] addressed review comments
2023-12-14 08:01:42 +02:00
Razvan Becheriu
fb09b7805e
[ #3019 ] addressed review comments
2023-12-14 08:01:42 +02:00
Razvan Becheriu
d781e915cd
[ #3019 ] retry db open on startup
2023-12-14 08:01:42 +02:00
Razvan Becheriu
463ede2e5a
[ #3107 ] use const& whenever possible
2023-12-13 15:24:41 +00:00
Thomas Markwalder
49cdaab1a8
[ #3107 ] Single-threaded mode for ping-check
...
doc/sphinx/arm/hooks-ping-check.rst
Removed note about single-threaded mode
Added ChangeLog
src/lib/dhcp/iface_mgr.*
IfaceMgr::isExternalSocket() - new function to facilitate UTs
src/lib/dhcp/tests/iface_mgr_unittest.cc
Updated tests
2023-12-13 15:24:41 +00:00
Francis Dupont
7ae33b34f6
[ #3149 ] Fixed TLS error messages
2023-12-13 14:35:58 +01:00
Francis Dupont
fff8d2ac77
[ #3149 ] Removed link filter on relay/remote
2023-12-13 14:35:58 +01:00