Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
3db7c8743a87c77f2e00254dd171b1eca4315a35
/
.
/
zebra
/
zebra_rnh_null.c
blob: 664667dd2b0d7122335a7aafc096243d6626af19 [
file
] [
log
] [
blame
]
#include
<zebra.h>
#include
"zebra/rib.h"
#include
"zebra/zserv.h"
#include
"zebra/zebra_rnh.h"
int
zebra_evaluate_rnh_table
(
vrf_id_t
vrfid
,
int
family
)
{
return
0
;
}
void
zebra_print_rnh_table
(
vrf_id_t
vrfid
,
int
family
,
struct
vty
*
vty
)
{}