From 6a50b3705c2afcc037cb7fac4cf863ab81bd07f2 Mon Sep 17 00:00:00 2001 From: Jimmy Huang Date: Wed, 30 May 2018 15:17:27 -0700 Subject: [PATCH] [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 --- src/zjs_ocf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/zjs_ocf.json b/src/zjs_ocf.json index 4a9026100..5f274735f 100644 --- a/src/zjs_ocf.json +++ b/src/zjs_ocf.json @@ -39,6 +39,9 @@ ], "96b_carbon": [ "CONFIG_NET_APP_AUTO_INIT=n" + ], + "frdm_k64f": [ + "CONFIG_ETH_MCUX_PROMISCUOUS_MODE=y" ] }, "header": [