diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2012-01-15 19:12:19 +0400 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2012-03-12 11:04:54 +0100 |
commit | 272ca1e33016b1cbf9c72038d5e631b0adb04dc9 (patch) | |
tree | 6728fe6847947d0ddf600bd22f4bf7f040da8274 /ospfd/ospf_dump.h | |
parent | a20a4060c8b90e3d88ce97d439eee1a38260d7c5 (diff) | |
download | quagga-272ca1e33016b1cbf9c72038d5e631b0adb04dc9.tar.bz2 quagga-272ca1e33016b1cbf9c72038d5e631b0adb04dc9.tar.xz |
ospfd: use LOOKUP() for ospf_packet_type_str
* ospf_packet.h: add proper str/max extern declarations
* ospf_packet.c
* ospf_packet_type_str: rewrite in "struct message", add max value
* ospf_packet_add(): use LOOKUP()
* ospf_write(): ditto
* ospf_hello(): ditto
* ospf_read(): ditto
* ospf_dump.h: the declaration does not belong here
* ospf_dump.c
* ospf_header_dump(): use LOOKUP()
* show_debugging_ospf(): ditto
Diffstat (limited to 'ospfd/ospf_dump.h')
-rw-r--r-- | ospfd/ospf_dump.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_dump.h b/ospfd/ospf_dump.h index fb813719..455214f5 100644 --- a/ospfd/ospf_dump.h +++ b/ospfd/ospf_dump.h @@ -121,7 +121,6 @@ extern unsigned long term_debug_ospf_zebra; extern unsigned long term_debug_ospf_nssa; /* Message Strings. */ -extern const char *ospf_packet_type_str[]; extern char *ospf_lsa_type_str[]; /* Prototypes. */ |