diff options
Diffstat (limited to 'zebra/zebra_rnh_null.c')
| -rw-r--r-- | zebra/zebra_rnh_null.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/zebra/zebra_rnh_null.c b/zebra/zebra_rnh_null.c new file mode 100644 index 0000000000..68b58ce3eb --- /dev/null +++ b/zebra/zebra_rnh_null.c @@ -0,0 +1,10 @@ +#include <zebra.h> +#include "zebra/rib.h" +#include "zebra/zserv.h" +#include "zebra/zebra_rnh.h" + +int zebra_evaluate_rnh_table (int vrfid, int family) +{ return 0; } + +void zebra_print_rnh_table (int vrfid, int family, struct vty *vty) +{} |
