diff options
author | hasso <hasso> | 2004-06-20 21:00:27 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-06-20 21:00:27 +0000 |
commit | d5bafb5817f4fbc5fc07360b771d4aeaeab2b3ad (patch) | |
tree | 54b1607077aaf7bfd5d4be35d9aa83b92a1969af /ospfd/ospf_route.h | |
parent | b8dd3c3f2e49a515c3a9ded5a6ddd856e4f2dff0 (diff) | |
download | quagga-d5bafb5817f4fbc5fc07360b771d4aeaeab2b3ad.tar.bz2 quagga-d5bafb5817f4fbc5fc07360b771d4aeaeab2b3ad.tar.xz |
Remove ifdef's HAVE_NSSA. NSSA support is stable enough.
Diffstat (limited to 'ospfd/ospf_route.h')
-rw-r--r-- | ospfd/ospf_route.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfd/ospf_route.h b/ospfd/ospf_route.h index 8d05be22..802aac6c 100644 --- a/ospfd/ospf_route.h +++ b/ospfd/ospf_route.h @@ -62,10 +62,8 @@ struct route_standard /* Associated Area. */ struct in_addr area_id; /* The area the route belongs to */ -#ifdef HAVE_NSSA /* Area Type */ int external_routing; -#endif /* HAVE_NSSA */ /* Optional Capability. */ u_char options; /* Get from LSA header. */ |