es, but you closed it as invalid. This is part of the release code for zephyr in the file port/zephyr/src/ipadpater.c.
It was not in my code :-) It should be corrected in the iotivity-constrained zephyr port source code. I can file an issue or make a new pull request on github. Please advise On Sun, Sep 17, 2017 at 6:33 PM, Thiago Macieira <thiago.macie...@intel.com> wrote: > 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 iotivity-dev@lists.iotivity.org https://lists.iotivity.org/mailman/listinfo/iotivity-dev