Fixed WriteProperty error code for FD_BBMD_ADDRESS and FD_SUBSCRIPTION_LIFETIME (#925)

* Fixed WriteProperty error code for PROP_FD_BBMD_ADDRESS and PROP_FD_SUBSCRIPTION_LIFETIME properties.  

* Fixed dead-code warning after enabling all datalinks for basic network port object using the property list as the R/W checking for the port type.
This commit is contained in:
Steve Karg
2025-03-03 08:04:07 -06:00
committed by GitHub
parent 3e480f41e2
commit 5cd453c925
22 changed files with 1577 additions and 8353 deletions
+2 -2
View File
@@ -64,11 +64,11 @@ bsc:
.PHONY: apps
apps:
$(MAKE) -s -C apps all
$(MAKE) -s LEGACY=true -C apps all
.PHONY: lib
lib:
$(MAKE) -s -C apps $@
$(MAKE) -s LEGACY=true -C apps $@
.PHONY: library
library: