Hi Stephen, Thanks for comments! Will fix in next version.
2018-04-27 1:20 GMT+03:00 Stephen Hemminger <step...@networkplumber.org>: > On Fri, 27 Apr 2018 01:03:31 +0300 > Medvedkin Vladimir <medvedk...@gmail.com> wrote: > > > + /** > > + * Intermediate node found. > > + * Previous rte_rib_tree_lookup_exact() returned NULL > > + * but node with proper search criteria is found. > > + * Validate intermediate node and return. > > + */ > > + if ((key == (*tmp)->key) && (depth == (*tmp)->depth)) { > > Comments with /** are intended to be docbook comments. > This is not a docbook comment for a function. > -- Regards, Vladimir