summaryrefslogtreecommitdiff
path: root/ospfd/ospf_sr.c
AgeCommit message (Expand)Author
2024-09-18ospfd: Fix heap corruption vulnerability when parsing SR-Algorithm TLVAcee Lindem
2024-02-08ospfd: can not delete "segment-routing node-msd" when SR if offChristian Breunig
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-08-11ospfd: Cleanup indentation surrounding oi->nbrDonald Sharp
2022-06-07ospfd: Remove local-block deprecated commandDonatas Abraitis
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-01*: Fix spelling of FollowingDonald Sharp
2022-03-25ospfd: show running-config displays also srgb on some casesPhilippe Guibert
2022-03-25ospfd: silently remove prefix sid already stored in configPhilippe Guibert
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25ospfd: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-20Merge pull request #9683 from volta-networks/sr-minor-fixesIgor Ryzhov
2021-11-18*: Remove unused variablesDonatas Abraitis
2021-11-18ospfd: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis
2021-09-28ospfd: fix processing of ext prefix in SRFredi Raspall
2021-09-28ospfd: remove duplicate field updateFredi Raspall
2021-09-28ospfd: fix logic on SR prefix configurationFredi Raspall
2021-09-28ospfd: validate input SRGB and SRLBFredi Raspall
2021-09-28ospfd: fix condition to get label from SRLBFredi Raspall
2021-09-28ospfd: add util func to detect SR range overlapFredi Raspall
2021-09-28ospfd: homogenize reservation of SRGB & SRLBFredi Raspall
2021-09-28ospfd: homogenize deletion of SRGB & SRLBFredi Raspall
2021-09-28ospfd: remove unnecessary assignmentFredi Raspall
2021-09-28ospfd: use existing macro on initialization of SRFredi Raspall
2021-09-02*: fix for -Wstrict-prototypesDavid Lamparter
2021-06-04ospfd, doc, tests: combined SRGB/SRLB commandEmanuele Di Pascale
2021-05-19ospfd: Correct Coverity defectsOlivier Dugeon
2021-05-04ospfd: Do not use `case default` for switches that have enumDonald Sharp
2021-03-09ospfd: Correct Segment Routing prefix bugsOlivier Dugeon
2021-02-11ospfd: Debug race condition in Segment RoutingOlivier Dugeon
2021-01-19ospfd: Make use of adjacency SIDs in TI-LFAGalaxyGorilla
2021-01-19ospfd: TI-LFA basic infrastructure and algorithmsGalaxyGorilla
2020-10-23Merge pull request #7380 from Orange-OpenSource/ospf-srDonald Sharp
2020-10-23ospfd: Add more Segment Routing controlsOlivier Dugeon
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-22ospfd: replace inet_ntoaMark Stapp
2020-10-14ospfd: Store neighbor Adjacency SID in SR databaseOlivier Dugeon
2020-08-26ospfd: Coverity correctionsOlivier Dugeon
2020-08-20OSPFd: Explicit Null option for Segment-RoutingOlivier Dugeon
2020-08-20ospfd: Add Segment Routing Local BlockOlivier Dugeon
2020-08-20ospfd: Add Label Manager for Segment RoutingOlivier Dugeon
2020-08-10ospfd: fix processing of SR RI LSAsGalaxyGorilla