]> git.proxmox.com Git - mirror_frr.git/blame - zebra/zebra_rnh_null.c
bgpd-nht-import-check-fix.patch
[mirror_frr.git] / zebra / zebra_rnh_null.c
CommitLineData
fb018d25
DS
1#include <zebra.h>
2#include "zebra/rib.h"
3#include "zebra/zserv.h"
4#include "zebra/zebra_rnh.h"
5
a50b580a
DS
6int zebra_rnh_ip_default_route = 0;
7int zebra_rnh_ipv6_default_route = 0;
8
078430f6
DS
9int zebra_evaluate_rnh (int vrfid, int family, int force, rnh_type_t type,
10 struct prefix *p)
fb018d25
DS
11{ return 0; }
12
078430f6
DS
13void zebra_print_rnh_table (int vrfid, int family, struct vty *vty,
14 rnh_type_t type)
fb018d25 15{}
6e26278c
DS
16
17void zebra_register_rnh_static_nh(struct prefix *p, struct route_node *rn)
18{}
19
20void zebra_deregister_rnh_static_nh(struct prefix *p, struct route_node *rn)
21{}