uint32_t type, adv_router;
oi = (struct ospf6_interface *)THREAD_ARG(thread);
- oi->thread_as_extern_lsa = NULL;
if (oi->state == OSPF6_INTERFACE_DOWN)
return 0;
struct ospf6_redist *red;
int type;
- ospf6->t_distribute_update = NULL;
-
for (type = 0; type < ZEBRA_ROUTE_MAX; type++) {
red = ospf6_redist_lookup(ospf6, type, 0);
struct ospf6 *ospf6 = THREAD_ARG(thread);
int operation = 0;
- ospf6->t_external_aggr = NULL;
operation = ospf6->aggr_action;
if (IS_OSPF6_DEBUG_AGGR)
{
struct ospf6_neighbor *nbr = THREAD_ARG(thread);
- nbr->gr_helper_info.t_grace_timer = NULL;
-
ospf6_gr_helper_exit(nbr, OSPF6_GR_HELPER_GRACE_TIMEOUT);
return OSPF6_SUCCESS;
}
int count;
oa = (struct ospf6_area *)THREAD_ARG(thread);
- oa->thread_router_lsa = NULL;
if (oa->ospf6->gr_info.restart_in_progress) {
if (IS_DEBUG_OSPF6_GR)
uint16_t type;
oi = (struct ospf6_interface *)THREAD_ARG(thread);
- oi->thread_network_lsa = NULL;
/* The interface must be enabled until here. A Network-LSA of a
disabled interface (but was once enabled) should be flushed
struct ospf6_prefix *op;
oi = (struct ospf6_interface *)THREAD_ARG(thread);
- oi->thread_link_lsa = NULL;
assert(oi->area);
int ls_id = 0;
oa = (struct ospf6_area *)THREAD_ARG(thread);
- oa->thread_intra_prefix_lsa = NULL;
if (oa->ospf6->gr_info.restart_in_progress) {
if (IS_DEBUG_OSPF6_GR)
uint16_t type;
oi = (struct ospf6_interface *)THREAD_ARG(thread);
- oi->thread_intra_prefix_lsa = NULL;
assert(oi->area);
{
struct ospf6 *ospf6 = THREAD_ARG(thread);
- ospf6->t_abr_task = NULL;
-
if (IS_OSPF6_DEBUG_ABR)
zlog_debug("Running ABR task on timer");
o->rt_aggr_tbl = route_table_init();
o->aggr_delay_interval = OSPF6_EXTL_AGGR_DEFAULT_DELAY;
- o->t_external_aggr = NULL;
o->aggr_action = OSPF6_ROUTE_AGGR_NONE;
o->fd = -1;