On Sunday, 17 September 2017 07:03:11 PDT Khaled Elsayed wrote: > Insert the following lines after line 228 in oc_connectivity_init in > port/zephyr/src/ipadpater.c will solve the problem. > > Will update the JIRA ticket I filed for this > https://jira.iotivity.org/browse/IOT-2708. > > /* Add unicast IPV6 address to interface so that node can communicate */ > if (net_addr_pton(AF_INET6, CONFIG_NET_APP_MY_IPV6_ADDR, &in6addr_my) < 0) > { NET_ERR("Invalid IPv6 address %s", CONFIG_NET_APP_MY_IPV6_ADDR); } > > struct net_if_addr *ifaddr = net_if_ipv6_addr_add(net_if_get_default(), > &in6addr_my, > NET_ADDR_MANUAL, 0);
Thanks. I've now closed the issue. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ iotivity-dev mailing list [email protected] https://lists.iotivity.org/mailman/listinfo/iotivity-dev
