diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-02 11:18:32 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-02 11:18:32 -0700 |
commit | 6a57c45bef829c637fe0dcb2f23bb88a2241f35a (patch) | |
tree | a8ee8c8833db74fddb92bab1f0791243a602c901 /ospf6d/ospf6_lsa.h | |
parent | 2fa1fd76a2d270c0a4a96c8dd382a901e7ec81c5 (diff) | |
download | quagga-6a57c45bef829c637fe0dcb2f23bb88a2241f35a.tar.bz2 quagga-6a57c45bef829c637fe0dcb2f23bb88a2241f35a.tar.xz |
Add show ospf6 debuggging
Implement new ospf6 debugging command
Bug 4188
Diffstat (limited to 'ospf6d/ospf6_lsa.h')
-rw-r--r-- | ospf6d/ospf6_lsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_lsa.h b/ospf6d/ospf6_lsa.h index fb0f27cd..989dfb57 100644 --- a/ospf6d/ospf6_lsa.h +++ b/ospf6d/ospf6_lsa.h @@ -223,6 +223,7 @@ extern void ospf6_lsa_show_summary (struct vty *vty, struct ospf6_lsa *lsa); extern void ospf6_lsa_show_dump (struct vty *vty, struct ospf6_lsa *lsa); extern void ospf6_lsa_show_internal (struct vty *vty, struct ospf6_lsa *lsa); extern void ospf6_lsa_show (struct vty *vty, struct ospf6_lsa *lsa); +extern const char *ospf6_lsa_handler_name (const struct ospf6_lsa_handler *h); extern struct ospf6_lsa *ospf6_lsa_create (struct ospf6_lsa_header *header); extern struct ospf6_lsa *ospf6_lsa_create_headeronly (struct ospf6_lsa_header *header); |