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

Commit

Permalink
[ocf] Fix OCF resources not discoverable on FRDM-K64F
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jimmy-huang committed May 30, 2018
1 parent f90d9d1 commit 6a50b37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/zjs_ocf.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
],
"96b_carbon": [
"CONFIG_NET_APP_AUTO_INIT=n"
],
"frdm_k64f": [
"CONFIG_ETH_MCUX_PROMISCUOUS_MODE=y"
]
},
"header": [
Expand Down

0 comments on commit 6a50b37

Please sign in to comment.