mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-25 22:00:41 +00:00
isisd: Terminate SRv6 when an area is created
Call `isis_srv6_area_term()` to cleanup the per-area SRv6 information when an IS-IS area is terminated. Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
This commit is contained in:
parent
943bce654e
commit
af3141985f
@ -526,6 +526,7 @@ void isis_area_destroy(struct isis_area *area)
|
||||
#endif /* ifndef FABRICD */
|
||||
|
||||
isis_sr_area_term(area);
|
||||
isis_srv6_area_term(area);
|
||||
|
||||
isis_mpls_te_term(area);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user