mbox series

[0/3] rib: minor fixes

Message ID 20200625203208.19315-1-stephen@networkplumber.org (mailing list archive)
Headers
Series rib: minor fixes |

Message

Stephen Hemminger June 25, 2020, 8:32 p.m. UTC
  Some minor updates to the RIB library to fix issues found
while reviewing and trying it out.

Stephen Hemminger (3):
  rib: constify arguments
  rib: check for invalid max_nodes
  rib: add C++ include guard

 lib/librte_rib/rte_rib.c  | 11 +++++------
 lib/librte_rib/rte_rib.h  | 17 +++++++++++++----
 lib/librte_rib/rte_rib6.c | 13 +++++++------
 lib/librte_rib/rte_rib6.h | 23 ++++++++++++++++-------
 4 files changed, 41 insertions(+), 23 deletions(-)
  

Comments

Thomas Monjalon July 7, 2020, 9:25 p.m. UTC | #1
25/06/2020 22:32, Stephen Hemminger:
> Some minor updates to the RIB library to fix issues found
> while reviewing and trying it out.
> 
> Stephen Hemminger (3):
>   rib: constify arguments
>   rib: check for invalid max_nodes
>   rib: add C++ include guard

Applied, thanks