--- embedaddon/quagga/ospf6d/ospf6_lsa.h 2012/02/21 17:26:12 1.1 +++ embedaddon/quagga/ospf6d/ospf6_lsa.h 2013/07/21 23:54:39 1.1.1.3 @@ -237,6 +237,7 @@ extern int ospf6_lsa_expire (struct thread *); extern int ospf6_lsa_refresh (struct thread *); extern unsigned short ospf6_lsa_checksum (struct ospf6_lsa_header *); +extern int ospf6_lsa_checksum_valid (struct ospf6_lsa_header *); extern int ospf6_lsa_prohibited_duration (u_int16_t type, u_int32_t id, u_int32_t adv_router, void *scope); @@ -245,7 +246,6 @@ extern struct ospf6_lsa_handler *ospf6_get_lsa_handler extern void ospf6_lsa_init (void); extern void ospf6_lsa_terminate (void); -extern void ospf6_lsa_cmd_init (void); extern int config_write_ospf6_debug_lsa (struct vty *vty); extern void install_element_ospf6_debug_lsa (void);