Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 6a50b37

Browse files
committed
[ocf] Fix OCF resources not discoverable on FRDM-K64F
This patch fixes the issue that multicast discovery messages cannot be routed to the server after Zephyr update 1.11 with IPV6, but turning on promiscuous mode resolves this issue. Fixes #1885 Signed-off-by: Jimmy Huang <[email protected]>
1 parent f90d9d1 commit 6a50b37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/zjs_ocf.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
],
4040
"96b_carbon": [
4141
"CONFIG_NET_APP_AUTO_INIT=n"
42+
],
43+
"frdm_k64f": [
44+
"CONFIG_ETH_MCUX_PROMISCUOUS_MODE=y"
4245
]
4346
},
4447
"header": [

0 commit comments

Comments
 (0)