Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
ac278ea6b770fd0bf74b3e718c2e6a4d84fcba3a
/
.
/
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
)
{}