1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2021 Intel Corporation
5 struct ipv4_l3fwd_route {
11 struct ipv6_l3fwd_route {
17 extern const struct ipv4_l3fwd_route ipv4_l3fwd_route_array[8];
19 extern const struct ipv6_l3fwd_route ipv6_l3fwd_route_array[8];