examples/l3fwd: support config file for LPM/FIB
[dpdk.git] / examples / l3fwd / em_route_parse.c
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2022 Intel Corporation
3  */
4
5 #include "l3fwd_route.h"
6
7 void
8 em_free_routes(void)
9 {
10         /* Empty till config file support added to EM */
11 }
12
13 /* Load rules from the input file */
14 void
15 read_config_files_em(void)
16 {
17         /* Empty till config file support added to EM */
18 }