From beebba75167b33e05b5e02a41179ad0c13a0bcd7 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 20 Jun 2004 21:00:27 +0000 Subject: Remove ifdef's HAVE_NSSA. NSSA support is stable enough. --- ospfd/ospf_route.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ospfd/ospf_route.c') diff --git a/ospfd/ospf_route.c b/ospfd/ospf_route.c index d56b5658..a8ee232f 100644 --- a/ospfd/ospf_route.c +++ b/ospfd/ospf_route.c @@ -319,9 +319,7 @@ ospf_intra_route_add (struct route_table *rt, struct vertex *v, or->id = v->id; or->u.std.area_id = area->area_id; -#ifdef HAVE_NSSA or->u.std.external_routing= area->external_routing; -#endif /* HAVE_NSSA */ or->path_type = OSPF_PATH_INTRA_AREA; or->cost = v->distance; @@ -376,9 +374,7 @@ ospf_intra_add_router (struct route_table *rt, struct vertex *v, or->id = v->id; or->u.std.area_id = area->area_id; -#ifdef HAVE_NSSA or->u.std.external_routing = area->external_routing; -#endif /* HAVE_NSSA */ or->path_type = OSPF_PATH_INTRA_AREA; or->cost = v->distance; or->type = OSPF_DESTINATION_ROUTER; @@ -471,9 +467,7 @@ ospf_intra_add_transit (struct route_table *rt, struct vertex *v, or->id = v->id; or->u.std.area_id = area->area_id; -#ifdef HAVE_NSSA or->u.std.external_routing = area->external_routing; -#endif /* HAVE_NSSA */ or->path_type = OSPF_PATH_INTRA_AREA; or->cost = v->distance; or->type = OSPF_DESTINATION_NETWORK; @@ -603,9 +597,7 @@ ospf_intra_add_stub (struct route_table *rt, struct router_lsa_link *link, or->id = v->id; or->u.std.area_id = area->area_id; -#ifdef HAVE_NSSA or->u.std.external_routing = area->external_routing; -#endif /* HAVE_NSSA */ or->path_type = OSPF_PATH_INTRA_AREA; or->cost = cost; or->type = OSPF_DESTINATION_NETWORK; @@ -1029,9 +1021,7 @@ ospf_add_discard_route (struct route_table *rt, struct ospf_area *area, new_or->id.s_addr = 0; new_or->cost = 0; new_or->u.std.area_id = area->area_id; -#ifdef HAVE_NSSA new_or->u.std.external_routing = area->external_routing; -#endif /* HAVE_NSSA */ new_or->path_type = OSPF_PATH_INTER_AREA; rn->info = new_or; -- cgit v1.2.1