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_packet.h | |
| parent | 320ec10a24d8dd81d0aa011dc92e07877e4e02f8 (diff) | |
Remove ifdef's HAVE_NSSA. NSSA support is stable enough.
Diffstat (limited to 'ospfd/ospf_packet.h')
| -rw-r--r-- | ospfd/ospf_packet.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/ospfd/ospf_packet.h b/ospfd/ospf_packet.h index 81a104c684..a439aa3910 100644 --- a/ospfd/ospf_packet.h +++ b/ospfd/ospf_packet.h @@ -42,10 +42,7 @@  #define OSPF_SEND_PACKET_DIRECT         1  #define OSPF_SEND_PACKET_INDIRECT       2 - -#ifdef HAVE_NSSA  #define OSPF_SEND_PACKET_LOOP           3 -#endif /* HAVE_NSSA */  #define OSPF_HELLO_REPLY_DELAY          1  | 
