diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-09 18:17:34 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-09 18:17:34 +0000 |
commit | 9669362f0577dbda0d7b9495d0c2fec11fa866f1 (patch) | |
tree | f00d5ede5cfccc55137c835a49fb592058c6ff29 /proto/ospf/ospf.h | |
parent | 5f743d969739d6dca12b51561baac3131e160429 (diff) |
Many bugfixes. (I added one entry twice to slist.)
Debug cleanup.
Retransmiting of unacknolegded LSAs
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index e761bdf1..614032f7 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -27,8 +27,6 @@ #include "conf/conf.h" #include "lib/string.h" -#define LOCAL_DEBUG - #define OSPF_PROTO 89 #ifndef IPV6 #define OSPF_VERSION 2 |