Skip to content

Commit eb53546

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 intel#1885 Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
1 parent f90d9d1 commit eb53546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zjs_ocf.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"CONFIG_NET_UDP=y",
2424
"CONFIG_TEST_RANDOM_GENERATOR=y",
2525
"CONFIG_INIT_STACKS=y",
26+
"CONFIG_ETH_MCUX_PROMISCUOUS_MODE=y",
2627
"CONFIG_NET_PKT_RX_COUNT=5",
2728
"CONFIG_NET_PKT_TX_COUNT=5",
2829
"CONFIG_NET_BUF_RX_COUNT=10",

0 commit comments

Comments
 (0)