OK, thanks. Will do although I usually have trouble working with gerrit. On Mon, Sep 18, 2017 at 10:46 AM, Andreas Zisowsky < zisow...@lynxtechnology.com> wrote:
> Hi Khaled, > > > > for the constrained code I would suggest that you simply create a Gerrit > review with your update: > > git push origin HEAD:refs/for/master > > > > Then add Kishen Maloor as reviewer. > > > > Thanks, > > Andreas > > — > > *Andreas Zisowsky* > > *Senior Software Engineer, Lynx Technology* > > *T* +49 30 91 51 36 58 > > zisow...@lynxtechnology.com > > [image: cid:15B0CE3E-F4E3-4ED9-B5FA-33C68AE9CA98] > > follow us Linkedin <http://www.linkedin.com/company/lynx-technology-llc> > | Twitter <https://twitter.com/LynxTechLLC> | Google+ > <https://plus.google.com/b/109652098423390642252/109652098423390642252/about> > > *J.M. Driver LLC* > > > > *From:* iotivity-dev-boun...@lists.iotivity.org [mailto: > iotivity-dev-boun...@lists.iotivity.org] *On Behalf Of *Khaled Elsayed > *Sent:* Montag, 18. September 2017 10:29 > *To:* Thiago Macieira <thiago.macie...@intel.com> > *Cc:* iotivity-dev <iotivity-dev@lists.iotivity.org> > *Subject:* Re: [dev] IoTivity constrained zephyr port connectivity issues > > > > 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