diff options
Diffstat (limited to 'isisd/isis_nb_config.c')
| -rw-r--r-- | isisd/isis_nb_config.c | 40 | 
1 files changed, 0 insertions, 40 deletions
diff --git a/isisd/isis_nb_config.c b/isisd/isis_nb_config.c index fb391534e2..6bd3b39bc7 100644 --- a/isisd/isis_nb_config.c +++ b/isisd/isis_nb_config.c @@ -1763,26 +1763,6 @@ int isis_instance_fast_reroute_level_1_lfa_tiebreaker_destroy(  }  /* - * XPath: /frr-isisd:isis/instance/fast-reroute/level-1/lfa/tiebreaker/type - */ -int isis_instance_fast_reroute_level_1_lfa_tiebreaker_type_modify( -	struct nb_cb_modify_args *args) -{ -	struct lfa_tiebreaker *tie_b; -	struct isis_area *area; - -	if (args->event != NB_EV_APPLY) -		return NB_OK; - -	tie_b = nb_running_get_entry(args->dnode, NULL, true); -	area = tie_b->area; -	tie_b->type = yang_dnode_get_enum(args->dnode, NULL); -	lsp_regenerate_schedule(area, area->is_type, 0); - -	return NB_OK; -} - -/*   * XPath: /frr-isisd:isis/instance/fast-reroute/level-1/remote-lfa/prefix-list   */  int isis_instance_fast_reroute_level_1_remote_lfa_prefix_list_modify( @@ -1912,26 +1892,6 @@ int isis_instance_fast_reroute_level_2_lfa_tiebreaker_destroy(  }  /* - * XPath: /frr-isisd:isis/instance/fast-reroute/level-2/lfa/tiebreaker/type - */ -int isis_instance_fast_reroute_level_2_lfa_tiebreaker_type_modify( -	struct nb_cb_modify_args *args) -{ -	struct lfa_tiebreaker *tie_b; -	struct isis_area *area; - -	if (args->event != NB_EV_APPLY) -		return NB_OK; - -	tie_b = nb_running_get_entry(args->dnode, NULL, true); -	area = tie_b->area; -	tie_b->type = yang_dnode_get_enum(args->dnode, NULL); -	lsp_regenerate_schedule(area, area->is_type, 0); - -	return NB_OK; -} - -/*   * XPath: /frr-isisd:isis/instance/fast-reroute/level-2/remote-lfa/prefix-list   */  int isis_instance_fast_reroute_level_2_remote_lfa_prefix_list_modify(  | 
