Bugfix/btl mstp local broadcast discard (#248)
* Discard Confirmed PDU DNER on local broadcast. Discard DER on local broacast. Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -141,11 +141,11 @@ router-mstp:
|
||||
|
||||
# Add "ports" to the build, if desired
|
||||
.PHONY: ports
|
||||
ports: atmega168 bdk-atxx4-mstp at91sam7s stm32f10x
|
||||
ports: atmega168 bdk-atxx4-mstp at91sam7s stm32f10x stm32f4xx
|
||||
@echo "Built the ARM7 and AVR ports"
|
||||
|
||||
.PHONY: ports-clean
|
||||
ports-clean: atmega168-clean bdk-atxx4-mstp-clean at91sam7s-clean stm32f10x-clean
|
||||
ports-clean: atmega168-clean bdk-atxx4-mstp-clean at91sam7s-clean stm32f10x-clean stm32f4xx-clean
|
||||
|
||||
.PHONY: atmega168
|
||||
atmega168: ports/atmega168/Makefile
|
||||
|
||||
Reference in New Issue
Block a user