summaryrefslogtreecommitdiff
path: root/zebra/zebra_rnh_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_rnh_null.c')
-rw-r--r--zebra/zebra_rnh_null.c40
1 files changed, 24 insertions, 16 deletions
diff --git a/zebra/zebra_rnh_null.c b/zebra/zebra_rnh_null.c
index 286290a52b..267508a488 100644
--- a/zebra/zebra_rnh_null.c
+++ b/zebra/zebra_rnh_null.c
@@ -27,24 +27,32 @@
int zebra_rnh_ip_default_route = 0;
int zebra_rnh_ipv6_default_route = 0;
-void
-zebra_free_rnh (struct rnh *rnh)
-{}
+void zebra_free_rnh(struct rnh *rnh)
+{
+}
-void zebra_evaluate_rnh (vrf_id_t vrfid, int family, int force, rnh_type_t type,
- struct prefix *p)
-{}
+void zebra_evaluate_rnh(vrf_id_t vrfid, int family, int force, rnh_type_t type,
+ struct prefix *p)
+{
+}
-void zebra_print_rnh_table (vrf_id_t vrfid, int family, struct vty *vty,
- rnh_type_t type)
-{}
+void zebra_print_rnh_table(vrf_id_t vrfid, int family, struct vty *vty,
+ rnh_type_t type)
+{
+}
-void zebra_register_rnh_static_nh(vrf_id_t vrfid, struct prefix *p, struct route_node *rn)
-{}
+void zebra_register_rnh_static_nh(vrf_id_t vrfid, struct prefix *p,
+ struct route_node *rn)
+{
+}
-void zebra_deregister_rnh_static_nh(vrf_id_t vrfid, struct prefix *p, struct route_node *rn)
-{}
+void zebra_deregister_rnh_static_nh(vrf_id_t vrfid, struct prefix *p,
+ struct route_node *rn)
+{
+}
-void zebra_deregister_rnh_static_nexthops (vrf_id_t vrfid, struct nexthop *nexthop,
- struct route_node *rn)
-{}
+void zebra_deregister_rnh_static_nexthops(vrf_id_t vrfid,
+ struct nexthop *nexthop,
+ struct route_node *rn)
+{
+}