1234567891011 |
- #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)
- {}
|