summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rnh_null.c
blob: b4c5d06ba71d48f6b0521ad1406c60c2bde5e0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <zebra.h>
#include "zebra/rib.h"
#include "zebra/zserv.h"
#include "zebra/zebra_rnh.h"

int zebra_rnh_ip_default_route = 0;
int zebra_rnh_ipv6_default_route = 0;

int zebra_evaluate_rnh_table (int vrfid, int family, int force)
{ return 0; }

void zebra_print_rnh_table (int vrfid, int family, struct vty *vty)
{}