summaryrefslogtreecommitdiff
path: root/ospfd/ospf_lsa.h
diff options
context:
space:
mode:
authorpaul <paul>2003-10-13 09:06:46 +0000
committerpaul <paul>2003-10-13 09:06:46 +0000
commit7ddf1d6eaf5a339d13661469212ac33f77e808fc (patch)
tree2c81cd578472f88adb7300589e05b4f267bf066b /ospfd/ospf_lsa.h
parent2fe28bbb7bccedf2e486a8c0aaa43037c91b3336 (diff)
2003-10-13 sowmini.varadhan@sun.com
* ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag. * ospf_lsa.c: added better debug comments. check sequence number in ospf_lsa_install. ospf_maxage_lsa_remover() checks for OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are received. * ospf_flood.c: improve debug statement- print ls_seqnum.
Diffstat (limited to 'ospfd/ospf_lsa.h')
-rw-r--r--ospfd/ospf_lsa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_lsa.h b/ospfd/ospf_lsa.h
index c5541c85..021d6a48 100644
--- a/ospfd/ospf_lsa.h
+++ b/ospfd/ospf_lsa.h
@@ -80,6 +80,7 @@ struct ospf_lsa
#ifdef HAVE_NSSA
#define OSPF_LSA_LOCAL_XLT 0x20
#endif /* HAVE_NSSA */
+#define OSPF_LSA_PREMATURE_AGE 0x40
/* LSA data. */
struct lsa_header *data;