blob: 664667dd2b0d7122335a7aafc096243d6626af19 [file] [log] [blame]
Pradosh Mohapatra60cc9592015-11-09 20:21:41 -05001#include <zebra.h>
2#include "zebra/rib.h"
3#include "zebra/zserv.h"
4#include "zebra/zebra_rnh.h"
5
6int zebra_evaluate_rnh_table (vrf_id_t vrfid, int family)
7{ return 0; }
8
9void zebra_print_rnh_table (vrf_id_t vrfid, int family, struct vty *vty)
10{}