| rte_node_ip6_api.h(3) | Library Functions Manual | rte_node_ip6_api.h(3) |
rte_node_ip6_api.h
#include <rte_common.h>
#include <rte_compat.h>
#include <rte_ip6.h>
enum rte_node_ip6_lookup_next {
RTE_NODE_IP6_LOOKUP_NEXT_REWRITE,
RTE_NODE_IP6_LOOKUP_NEXT_PKT_DROP }
__rte_experimental int rte_node_ip6_route_add (const struct
rte_ipv6_addr *ip, uint8_t depth, uint16_t next_hop, enum
rte_node_ip6_lookup_next next_node)
__rte_experimental int rte_node_ip6_rewrite_add (uint16_t next_hop,
uint8_t *rewrite_data, uint8_t rewrite_len, uint16_t dst_port)
Warning
This API allows to do control path functions of ip6_* nodes like ip6_lookup, ip6_rewrite.
Definition in file rte_node_ip6_api.h.
IP6 lookup next nodes.
Enumerator
Definition at line 29 of file rte_node_ip6_api.h.
Add IPv6 route to lookup table.
Parameters
Returns
Add a next hop's rewrite data.
Parameters
Returns
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |