diff options
| author | Olivier Dugeon <olivier.dugeon@orange.com> | 2020-05-04 18:26:21 +0200 | 
|---|---|---|
| committer | Olivier Dugeon <olivier.dugeon@orange.com> | 2020-05-14 16:36:43 +0200 | 
| commit | c3f7b406b1196374abbc19658fc295ae6dc3fcfb (patch) | |
| tree | 7d1a4365bf4b13cd55de35a7b040a89ba488384a /isisd/isis_sr.h | |
| parent | b407c77a4aa371e2b87a7e1613ec36e14e900064 (diff) | |
isisd: IS-IS-SR preparation for master 4/5
 * Regroup fonctions to install label for Prefix and Adjacency SID
 * Change 'replace_semantics' variable name by 'make_before_break' in
   sr_prefix_reinstall() function and adjust comments
 * Call directly lsp_regenerate_schedule() from isis_nb_config.c when MSD
   is updated
Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Diffstat (limited to 'isisd/isis_sr.h')
| -rw-r--r-- | isisd/isis_sr.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/isisd/isis_sr.h b/isisd/isis_sr.h index 0b84db90ff..b2e0130754 100644 --- a/isisd/isis_sr.h +++ b/isisd/isis_sr.h @@ -240,7 +240,6 @@ struct isis_sr_db {  /* Prototypes. */  extern int isis_sr_cfg_srgb_update(struct isis_area *area, uint32_t lower_bound,  				   uint32_t upper_bound); -extern void isis_sr_cfg_msd_update(struct isis_area *area);  extern struct sr_prefix_cfg *  isis_sr_cfg_prefix_add(struct isis_area *area, const struct prefix *prefix);  extern void isis_sr_cfg_prefix_del(struct sr_prefix_cfg *pcfg);  | 
