| Pradosh Mohapatra | 60cc959 | 2015-11-09 20:21:41 -0500 | [diff] [blame] | 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 | {} | ||||