* *.c: Changed many functions to static. Some commented out
functions and some tiny related fixes. No functional changes.
diff --git a/isisd/isis_tlv.c b/isisd/isis_tlv.c
index d2e9f51..84f36c9 100644
--- a/isisd/isis_tlv.c
+++ b/isisd/isis_tlv.c
@@ -365,7 +365,7 @@
* +-------+-------+-------+-------+-------+-------+-------+-------+
*/
#ifdef EXTREME_TLV_DEBUG
- zlog_debug ("LSP Entries length %d", areatag, length);
+ zlog_debug ("ISIS-TLV (%s): LSP Entries length %d", areatag, length);
#endif /* EXTREME_TLV_DEBUG */
*found |= TLVFLAG_LSP_ENTRIES;
if (TLVFLAG_LSP_ENTRIES & *expected)