f00708c2aa
Add ip4_rewrite and ip4_lookup ctrl API. ip4_lookup ctrl API is used to add route entries for LPM lookup with result data containing next hop id and next proto. ip4_rewrite ctrl API is used to add rewrite data for every next hop. Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com> Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com> Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_node_eth_config;
|
|
rte_node_ip4_route_add;
|
|
rte_node_ip4_rewrite_add;
|
|
rte_node_logtype;
|
|
local: *;
|
|
};
|