Import Upstream version 1.2.2
[quagga-debian.git] / zebra / zebra_rnh_null.c
1 #include <zebra.h>
2 #include "zebra/rib.h"
3 #include "zebra/zserv.h"
4 #include "zebra/zebra_rnh.h"
5
6 int zebra_evaluate_rnh_table (vrf_id_t vrfid, int family)
7 { return 0; }
8
9 void zebra_print_rnh_table (vrf_id_t vrfid, int family, struct vty *vty)
10 {}