Skip to content

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 intel#1885

Signed-off-by: Jimmy Huang <[email protected]>
  • Loading branch information
jimmy-huang committed May 30, 2018
1 parent f90d9d1 commit eb53546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zjs_ocf.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"CONFIG_NET_UDP=y",
"CONFIG_TEST_RANDOM_GENERATOR=y",
"CONFIG_INIT_STACKS=y",
"CONFIG_ETH_MCUX_PROMISCUOUS_MODE=y",
"CONFIG_NET_PKT_RX_COUNT=5",
"CONFIG_NET_PKT_TX_COUNT=5",
"CONFIG_NET_BUF_RX_COUNT=10",
Expand Down

0 comments on commit eb53546

Please sign in to comment.