From: Jerin Jacob <[email protected]>
Add ip6 node public API to doxygen list.
Fixes: 20365d793e45 ("node: add IPv6 lookup node")
Cc: Sunil Kumar Kori <[email protected]>
Cc: Amit Prakash Shukla <[email protected]>
Cc: Nithin Dabilpuram <[email protected]>
Signed-off-by: Jerin Jacob <[email protected]>
---
doc/api/doxy-api-index.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md
index 32bf7b72b2..3bc8778981 100644
--- a/doc/api/doxy-api-index.md
+++ b/doc/api/doxy-api-index.md
@@ -208,7 +208,8 @@ The public API headers are grouped by topics:
[graph_worker](@ref rte_graph_worker.h)
* graph_nodes:
[eth_node](@ref rte_node_eth_api.h),
- [ip4_node](@ref rte_node_ip4_api.h)
+ [ip4_node](@ref rte_node_ip4_api.h),
+ [ip6_node](@ref rte_node_ip6_api.h)
- **basic**:
[bitops](@ref rte_bitops.h),
--
2.41.0