diff options
author | hasso <hasso> | 2004-06-20 21:00:27 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-06-20 21:00:27 +0000 |
commit | beebba75167b33e05b5e02a41179ad0c13a0bcd7 (patch) | |
tree | 83b72a338e29f7f6cff2b83fd2c71e8615f9f8e5 /ospfd/ospf_route.h | |
parent | 320ec10a24d8dd81d0aa011dc92e07877e4e02f8 (diff) |
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. */ |