Jukka Rissanen
de0268def0
net: context: Add support for adjusting IPv4 multicast ttl
...
Add option support for adjusting the IPv4 multicast
time-to-live value.
Fixes #60299
Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2023-12-04 15:07:43 +01:00
Anas Nashif
345735d0a8
tests: remove CONFIG_ZTEST_NEW_API in all tests
...
Remove all usage of CONFIG_ZTEST_NEW_API from tests and sample as this
is now enabled by default.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-10-20 15:04:29 +02:00
Robert Lubos
51d3341066
net: icmp: Don't unref net_pkt from the registered handler
...
A minor overlook from the recent ICMP rework, the registered handlers
should no longer unref the processed packet as it's now the
responsibility of the ICMP module.
Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-09-29 18:49:43 +03:00
Jukka Rissanen
44151d5ccd
tests: net: icmp: Add offloaded ICMP API tests
...
Add some tests that verify that offloaded ICMP API works
as expected.
Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2023-09-28 09:34:20 +02:00
Jukka Rissanen
19d1dd747f
tests: net: icmp: Add test cases for new ICMP API
...
Tests cases for new ICMP API.
Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2023-09-28 09:34:20 +02:00