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.
diff --git a/ospfd/ospf_lsa.h b/ospfd/ospf_lsa.h
index c5541c8..021d6a4 100644
--- a/ospfd/ospf_lsa.h
+++ b/ospfd/ospf_lsa.h
@@ -80,6 +80,7 @@
 #ifdef HAVE_NSSA
 #define OSPF_LSA_LOCAL_XLT	  0x20
 #endif /* HAVE_NSSA */
+#define OSPF_LSA_PREMATURE_AGE	  0x40
 
   /* LSA data. */
   struct lsa_header *data;