linux: cache netmask for accurate subnet prefix calculation to fix implementation which always returned 0 (#1155)

Co-authored-by: Syed Amer Gilani <syed.gilani@trilux.com>
This commit is contained in:
Amer
2025-11-21 22:21:59 +01:00
committed by GitHub
parent af834c9fff
commit 94b267d67e
5 changed files with 188 additions and 14 deletions
+1
View File
@@ -231,6 +231,7 @@ elseif(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
list(APPEND testdirs
ports/linux/bsc_event
ports/linux/bip_subnet
)
elseif(WIN32)