mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 12:52:49 +00:00
ospfd: use existing macro on initialization of SR
Signed-off-by: Fredi Raspall <fredi@voltanet.io>
This commit is contained in:
parent
2110d03e06
commit
5bd62f051d
@ -581,7 +581,7 @@ int ospf_sr_init(void)
|
||||
OspfSR.srgb.reserved = false;
|
||||
|
||||
OspfSR.srlb.start = DEFAULT_SRLB_LABEL;
|
||||
OspfSR.srlb.end = DEFAULT_SRLB_LABEL + DEFAULT_SRLB_SIZE - 1;
|
||||
OspfSR.srlb.end = DEFAULT_SRLB_END;
|
||||
OspfSR.srlb.reserved = false;
|
||||
OspfSR.msd = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user