Razvan Becheriu
294ac1bceb
[ #2611 ] addressed review
2024-06-07 15:46:10 +03:00
Thomas Markwalder
9bbe6aa4dc
[ #2611 ] Updated ARM, added ChangeLog
...
/doc/sphinx/arm/ddns.rst
/doc/sphinx/arm/stats.rst
2024-06-07 14:55:57 +03:00
Thomas Markwalder
7e5e60911d
[ #2611 ] Added queue-mgr-queue-full stat to D2
...
src/bin/d2/d2_queue_mgr.cc
D2QueueMgr::operator() - increments queue-full stat
src/bin/d2/tests/d2_queue_mgr_unittests.cc
TEST_F (QueueMgrUDPTest, liveFeed) - modified to verify
new stat
src/lib/d2srv/d2_stats.*
Added new stat to D2Stats::ncr
2024-06-07 14:49:16 +03:00
Razvan Becheriu
1bcbee62af
[ #2844 ] addressed comments
2024-06-07 12:59:27 +03:00
Razvan Becheriu
95d3092f4f
[ #2844 ] addressed comments
2024-06-06 11:56:07 +03:00
Razvan Becheriu
ae27f962b7
[ #2844 ] added ChangeLog entry
2024-06-06 11:56:06 +03:00
Razvan Becheriu
e57adb536b
[ #2844 ] pretty print options with binary data whenever possible
2024-06-06 11:55:14 +03:00
Razvan Becheriu
2e6806059e
[ #3035 ] added ChangeLog entry
2024-06-06 08:39:29 +03:00
Razvan Becheriu
3c3beb18e4
[ #3035 ] add v6 relay options 18, 37 and 38 to run script
2024-06-06 08:36:36 +03:00
Andrei Pavel
158b3652d5
[ #3350 ] revert to installing gtest sources for alpine and rpm
...
This is needed to make --with-gtest-source pass in jenkins.
There was a false misconception that all gtest packages install sources in
/usr/src/googletest. The reality is that alpine and rpm packages install shared
libraries instead.
2024-06-05 15:05:04 +03:00
Andrei Pavel
f58b310827
[ #2618 ] fixed another Wshadow and a Wpedantic
...
iface_mgr_unittest.cc:2853:25: warning: declaration shadows a local variable [-Wshadow]
shared_network_unittest.cc:430:14: warning: use of non-standard escape character '\{' [-Wpedantic]
2024-06-05 10:13:55 +02:00
Francis Dupont
31b7b96f82
[ #2618 ] Fixed shadow
2024-06-05 10:13:55 +02:00
Andrei Pavel
0bfe6acdac
[ #3350 ] upgrade pip in hammer for rhel
...
Fixes this on RHEL 8: You are using pip version 9.0.3, however version 24.0 is available.
2024-06-04 11:50:05 +03:00
Andrei Pavel
51d17f49a7
[ #3350 ] clean up some old revision logic in hammer
2024-06-04 11:50:05 +03:00
Andrei Pavel
d53b242a0b
[ #3350 ] put bison and flex as free packages in hammer
2024-06-03 20:28:22 +03:00
Andrei Pavel
d1d3e20b6d
[ #3350 ] install googletest packages in hammer
2024-06-03 20:28:16 +03:00
Marcin Godzina
0103b20ca5
[ #3350 ] Updated gtest version to 1.14
2024-06-03 19:25:26 +03:00
Andrei Pavel
cac91f02b8
[ #3445 ] hammer: add git and change bash to sh
2024-06-03 15:31:42 +00:00
Marcin Godzina
51c83b8780
[ #3445 ] add alpine 3.20 to hammer
2024-06-03 15:31:42 +00:00
Thomas Markwalder
8d536f64f3
[ #3356 ] Addressed review comments
...
Fixed typos and spelling.
modified: dhcp6_srv_unittest.cc
2024-06-03 09:12:46 -04:00
Thomas Markwalder
5f822988e8
[ #3356 ] Trailing whitespace in ChangeLog
...
modified: ChangeLog
2024-05-29 15:27:20 -04:00
Thomas Markwalder
b9a3192300
[ #3356 ] Avoid FQDN update when lifetime is zero
...
/src/bin/dhcp6/dhcp6_srv.cc
Dhcpv6Srv::generateFqdn() - modified to return early if
the iaaddr valid lifetime is zero.
/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
TEST_F(Dhcpv6SrvTest, generateFqdnUpdate)
TEST_F(Dhcpv6SrvTest, generateFqdnNoUpdate) - new tests
/src/bin/dhcp6/tests/dhcp6_test_utils.h
class BaseServerTest - now derives from LogContentTest
Added ChangeLog entry
2024-05-29 19:16:42 +00:00
Andrei Pavel
0705720ed2
[ #3438 ] bump up version to 2.7.0
2024-05-29 12:47:50 +03:00
Andrei Pavel
7755eacb14
[ #3431 ] release changes
Kea-2.6.0
2024-05-24 17:53:36 +03:00
Andrei Pavel
37ff385e17
[ #3431 ] release changes
2024-05-24 17:22:24 +03:00
Razvan Becheriu
e952797723
[ #3430 ] bump up library versions for 2.6.0 release
2024-05-24 13:52:53 +00:00
Andrei Pavel
d86b086e8f
[ #3302 ] update RADIUS documentation
2024-05-24 15:37:06 +03:00
Razvan Becheriu
d9ad200bef
[ #3424 ] added ChangeLog entry
2024-05-24 13:54:30 +03:00
Razvan Becheriu
92102cfda8
[ #3424 ] fixed missing pool-id in pd-pool
2024-05-24 13:43:20 +03:00
Razvan Becheriu
a7a6b94bd1
[ #2959 ] updated ChangeLog entry
2024-05-24 10:27:17 +00:00
Razvan Becheriu
9c454a710f
[ #2959 ] updated tests
2024-05-24 10:27:17 +00:00
Razvan Becheriu
dfc28070c0
[ #2959 ] use 0 and 1 instead of false and true
2024-05-24 10:27:17 +00:00
Razvan Becheriu
532e428bed
[ #2959 ] partially migrate reservation_mode in CB
2024-05-24 10:27:17 +00:00
Wlodzimierz Wencel
d34bcdcc15
[ #3426 ] updated docs about extended-info4/6-upgrade commands
2024-05-24 10:24:07 +00:00
Wlodek Wencel
ed6a007cb7
[ #3338 ] removed paragraph about old HA updates
2024-05-24 10:07:11 +00:00
Tomek Mrugalski
2a186739cf
[ #3346 ] Updated python deps
...
- this addresses a security vuln reported in jinja, idna, requests
2024-05-24 11:10:01 +02:00
Tomek Mrugalski
e2cb83748b
[ #3346 ] Addressed review changes:
...
- added references to leasequery hook
- changelog reworded
- typos fixed
- empty lines removed
2024-05-24 11:10:00 +02:00
Tomek Mrugalski
2b1895e0a4
[ #3346 ] Corrected one link
2024-05-24 11:09:14 +02:00
Tomek Mrugalski
548cfd4163
[ #3346 ] ChangeLog corrected
2024-05-24 11:09:13 +02:00
Tomek Mrugalski
428d18ffee
[ #3346 ] DNR config is now user-friendly
2024-05-24 11:08:45 +02:00
Tomek Mrugalski
07c824e899
[ #3346 ] 10 more RFCs added to ARM
2024-05-24 11:08:45 +02:00
Tomek Mrugalski
236a6cdc5c
[ #3346 ] 2 RFCs documented, syntax fix
2024-05-24 11:08:45 +02:00
Tomek Mrugalski
0c85c1e3b7
[ #3346 ] 9 more RFCs added to the list
2024-05-24 11:08:45 +02:00
Tomek Mrugalski
1d78556b11
[ #3346 ] Added one RFC reference
2024-05-24 11:08:45 +02:00
Tomek Mrugalski
55b5b72ae5
[ #3346 ] Several RFCs added
2024-05-24 11:08:45 +02:00
Tomek Mrugalski
b42aebb4f4
[ #3346 ] Removed obsolete sentence
2024-05-24 11:08:45 +02:00
Tomek Mrugalski
2dfb0ac125
[ #3346 ] Added missing RFC references
2024-05-24 11:08:45 +02:00
Wlodzimierz Wencel
d2ca687d78
[ #3379 ] added instructions about new kea repositories
2024-05-24 08:13:35 +00:00
Marcin Godzina
228e848be3
[ #3427 ] deprecate warning for lease wipe
2024-05-24 07:38:03 +00:00
Razvan Becheriu
77195c41c8
[ #3301 ] addressed comments
2024-05-23 21:38:09 +03:00