]> git.proxmox.com Git - mirror_frr.git/blame - zebra/zebra_rnh_null.c
zebra: Ensure correct use of VRF ID versus NS ID
[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
d50b5bdd 9void zebra_evaluate_rnh (vrf_id_t vrfid, int family, int force, rnh_type_t type,
078430f6 10 struct prefix *p)
d50b5bdd 11{}
fb018d25 12
af41b63a 13void zebra_print_rnh_table (vrf_id_t vrfid, int family, struct vty *vty,
078430f6 14 rnh_type_t type)
fb018d25 15{}
6e26278c 16
d82ae0de 17void zebra_register_rnh_static_nh(vrf_id_t vrfid, struct prefix *p, struct route_node *rn)
6e26278c
DS
18{}
19
d82ae0de 20void zebra_deregister_rnh_static_nh(vrf_id_t vrfid, struct prefix *p, struct route_node *rn)
6e26278c 21{}
a399694f 22
d82ae0de 23void zebra_deregister_rnh_static_nexthops (vrf_id_t vrfid, struct nexthop *nexthop,
24 struct route_node *rn)
a399694f 25{}