mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 15:33:56 +00:00
Merge pull request #15333 from c-po/issue-14910
ospfd: can not delete "segment-routing node-msd" when SR if off
This commit is contained in:
commit
b7987eca20
@ -580,6 +580,7 @@ static void ospf_sr_stop(void)
|
|||||||
hash_clean(OspfSR.neighbors, (void *)sr_node_del);
|
hash_clean(OspfSR.neighbors, (void *)sr_node_del);
|
||||||
OspfSR.self = NULL;
|
OspfSR.self = NULL;
|
||||||
OspfSR.status = SR_OFF;
|
OspfSR.status = SR_OFF;
|
||||||
|
OspfSR.msd = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user