diff options
Diffstat (limited to 'ospfd/ospfd.h')
-rw-r--r-- | ospfd/ospfd.h | 112 |
1 files changed, 63 insertions, 49 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index 76501dd6b..401a89fa3 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -661,7 +661,7 @@ extern struct zebra_privs_t ospfd_privs; /* Prototypes. */ extern const char *ospf_redist_string(unsigned int route_type); -extern struct ospf *ospf_lookup_instance(unsigned short); +extern struct ospf *ospf_lookup_instance(unsigned short instance); extern struct ospf *ospf_lookup(unsigned short instance, const char *name); extern struct ospf *ospf_get(unsigned short instance, const char *name, bool *created); @@ -670,68 +670,82 @@ extern struct ospf *ospf_lookup_by_inst_name(unsigned short instance, const char *name); extern struct ospf *ospf_lookup_by_vrf_id(vrf_id_t vrf_id); extern uint32_t ospf_count_area_params(struct ospf *ospf); -extern void ospf_finish(struct ospf *); +extern void ospf_finish(struct ospf *ospf); extern void ospf_process_refresh_data(struct ospf *ospf, bool reset); extern void ospf_router_id_update(struct ospf *ospf); extern void ospf_process_reset(struct ospf *ospf); extern void ospf_neighbor_reset(struct ospf *ospf, struct in_addr nbr_id, const char *nbr_str); -extern int ospf_network_set(struct ospf *, struct prefix_ipv4 *, struct in_addr, - int); -extern int ospf_network_unset(struct ospf *, struct prefix_ipv4 *, - struct in_addr); -extern int ospf_area_display_format_set(struct ospf *, struct ospf_area *area, - int df); -extern int ospf_area_stub_set(struct ospf *, struct in_addr); -extern int ospf_area_stub_unset(struct ospf *, struct in_addr); -extern int ospf_area_no_summary_set(struct ospf *, struct in_addr); -extern int ospf_area_no_summary_unset(struct ospf *, struct in_addr); -extern int ospf_area_nssa_set(struct ospf *, struct in_addr); -extern int ospf_area_nssa_unset(struct ospf *, struct in_addr, int); +extern int ospf_network_set(struct ospf *ospf, struct prefix_ipv4 *p, + struct in_addr area_id, int df); +extern int ospf_network_unset(struct ospf *ospf, struct prefix_ipv4 *p, + struct in_addr aread_id); +extern int ospf_area_display_format_set(struct ospf *ospf, + struct ospf_area *area, int df); +extern int ospf_area_stub_set(struct ospf *ospf, struct in_addr area_id); +extern int ospf_area_stub_unset(struct ospf *ospf, struct in_addr area_id); +extern int ospf_area_no_summary_set(struct ospf *ospf, struct in_addr area_id); +extern int ospf_area_no_summary_unset(struct ospf *ospf, + struct in_addr area_id); +extern int ospf_area_nssa_set(struct ospf *ospf, struct in_addr area_id); +extern int ospf_area_nssa_unset(struct ospf *ospf, struct in_addr area_id, + int argc); extern int ospf_area_nssa_suppress_fa_set(struct ospf *ospf, struct in_addr area_id); extern int ospf_area_nssa_suppress_fa_unset(struct ospf *ospf, struct in_addr area_id); -extern int ospf_area_nssa_translator_role_set(struct ospf *, struct in_addr, - int); -extern int ospf_area_export_list_set(struct ospf *, struct ospf_area *, - const char *); -extern int ospf_area_export_list_unset(struct ospf *, struct ospf_area *); -extern int ospf_area_import_list_set(struct ospf *, struct ospf_area *, - const char *); -extern int ospf_area_import_list_unset(struct ospf *, struct ospf_area *); -extern int ospf_area_shortcut_set(struct ospf *, struct ospf_area *, int); -extern int ospf_area_shortcut_unset(struct ospf *, struct ospf_area *); -extern int ospf_timers_refresh_set(struct ospf *, int); -extern int ospf_timers_refresh_unset(struct ospf *); +extern int ospf_area_nssa_translator_role_set(struct ospf *ospf, + struct in_addr area_id, int role); +extern int ospf_area_export_list_set(struct ospf *ospf, + struct ospf_area *area_id, + const char *list_name); +extern int ospf_area_export_list_unset(struct ospf *ospf, + struct ospf_area *area_id); +extern int ospf_area_import_list_set(struct ospf *ospf, + struct ospf_area *area_id, + const char *name); +extern int ospf_area_import_list_unset(struct ospf *ospf, + struct ospf_area *area_id); +extern int ospf_area_shortcut_set(struct ospf *ospf, struct ospf_area *area_id, + int mode); +extern int ospf_area_shortcut_unset(struct ospf *ospf, + struct ospf_area *area_id); +extern int ospf_timers_refresh_set(struct ospf *ospf, int interval); +extern int ospf_timers_refresh_unset(struct ospf *ospf); void ospf_area_lsdb_discard_delete(struct ospf_area *area); -extern int ospf_nbr_nbma_set(struct ospf *, struct in_addr); -extern int ospf_nbr_nbma_unset(struct ospf *, struct in_addr); -extern int ospf_nbr_nbma_priority_set(struct ospf *, struct in_addr, uint8_t); -extern int ospf_nbr_nbma_priority_unset(struct ospf *, struct in_addr); -extern int ospf_nbr_nbma_poll_interval_set(struct ospf *, struct in_addr, - unsigned int); -extern int ospf_nbr_nbma_poll_interval_unset(struct ospf *, struct in_addr); -extern void ospf_prefix_list_update(struct prefix_list *); -extern void ospf_if_update(struct ospf *, struct interface *); -extern void ospf_ls_upd_queue_empty(struct ospf_interface *); +extern int ospf_nbr_nbma_set(struct ospf *ospf, struct in_addr nbr_addr); +extern int ospf_nbr_nbma_unset(struct ospf *ospf, struct in_addr nbr_addr); +extern int ospf_nbr_nbma_priority_set(struct ospf *ospf, + struct in_addr nbr_addr, + uint8_t priority); +extern int ospf_nbr_nbma_priority_unset(struct ospf *ospf, + struct in_addr nbr_addr); +extern int ospf_nbr_nbma_poll_interval_set(struct ospf *ospf, + struct in_addr nbr_addr, + unsigned int interval); +extern int ospf_nbr_nbma_poll_interval_unset(struct ospf *ospf, + struct in_addr addr); +extern void ospf_if_update(struct ospf *ospf, struct interface *ifp); +extern void ospf_ls_upd_queue_empty(struct ospf_interface *oi); extern void ospf_terminate(void); -extern void ospf_nbr_nbma_if_update(struct ospf *, struct ospf_interface *); -extern struct ospf_nbr_nbma *ospf_nbr_nbma_lookup(struct ospf *, - struct in_addr); -extern int ospf_oi_count(struct interface *); +extern void ospf_nbr_nbma_if_update(struct ospf *ospf, + struct ospf_interface *oi); +extern struct ospf_nbr_nbma *ospf_nbr_nbma_lookup(struct ospf *ospf, + struct in_addr nbr_addr); +extern int ospf_oi_count(struct interface *ifp); extern struct ospf_area *ospf_area_new(struct ospf *ospf, struct in_addr area_id); -extern struct ospf_area *ospf_area_get(struct ospf *, struct in_addr); -extern void ospf_area_check_free(struct ospf *, struct in_addr); -extern struct ospf_area *ospf_area_lookup_by_area_id(struct ospf *, - struct in_addr); -extern void ospf_area_add_if(struct ospf_area *, struct ospf_interface *); -extern void ospf_area_del_if(struct ospf_area *, struct ospf_interface *); +extern struct ospf_area *ospf_area_get(struct ospf *ospf, + struct in_addr area_id); +extern void ospf_area_check_free(struct ospf *ospf, struct in_addr area_id); +extern struct ospf_area *ospf_area_lookup_by_area_id(struct ospf *ospf, + struct in_addr area_id); +extern void ospf_area_add_if(struct ospf_area *oa, struct ospf_interface *oi); +extern void ospf_area_del_if(struct ospf_area *oa, struct ospf_interface *oi); -extern void ospf_interface_area_set(struct ospf *, struct interface *); -extern void ospf_interface_area_unset(struct ospf *, struct interface *); +extern void ospf_interface_area_set(struct ospf *ospf, struct interface *ifp); +extern void ospf_interface_area_unset(struct ospf *ospf, struct interface *ifp); extern void ospf_route_map_init(void); @@ -741,7 +755,7 @@ extern void ospf_vrf_terminate(void); extern void ospf_vrf_link(struct ospf *ospf, struct vrf *vrf); extern void ospf_vrf_unlink(struct ospf *ospf, struct vrf *vrf); const char *ospf_vrf_id_to_name(vrf_id_t vrf_id); -int ospf_area_nssa_no_summary_set(struct ospf *, struct in_addr); +int ospf_area_nssa_no_summary_set(struct ospf *ospf, struct in_addr area_id); const char *ospf_get_name(const struct ospf *ospf); extern struct ospf_interface *add_ospf_interface(struct connected *co, |