2005-02-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

	* ospf_packet.c: (ospf_read) Fix bug: must check for state ISM_Down,
	  not for event ISM_InterfaceDown.  And improve the message by
	  adding the interface flags.
	* if.h: Declare if_flag_dump.

	[backport candidate]
diff --git a/lib/if.h b/lib/if.h
index 492a63c..f5efda6 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -227,6 +227,7 @@
 void if_init ();
 void if_dump_all ();
 char *ifindex2ifname (unsigned int);
+extern const char *if_flag_dump(unsigned long);
 
 /* Connected address functions. */
 struct connected *connected_new ();