summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_sr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Correct invalid SR-MPLS output labelOlivier Dugeon2024-11-231-0/+6
* ospfd: Fix heap corruption vulnerability when parsing SR-Algorithm TLVAcee Lindem2024-09-181-1/+2
* ospfd: Fix compile warning with `-Wformat-truncation`Donatas Abraitis2024-04-131-2/+2
* ospfd: can not delete "segment-routing node-msd" when SR if offChristian Breunig2024-02-081-0/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-4/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* ospfd: Cleanup indentation surrounding oi->nbrDonald Sharp2022-08-111-7/+8
* ospfd: Remove local-block deprecated commandDonatas Abraitis2022-06-071-80/+0
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-25/+0
* *: Fix spelling of FollowingDonald Sharp2022-04-011-1/+1
* ospfd: show running-config displays also srgb on some casesPhilippe Guibert2022-03-251-3/+7
* ospfd: silently remove prefix sid already stored in configPhilippe Guibert2022-03-251-4/+7
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
* *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-4/+2
* ospfd: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-11/+3
* Merge pull request #9683 from volta-networks/sr-minor-fixesIgor Ryzhov2021-11-201-98/+183
|\
| * ospfd: fix processing of ext prefix in SRFredi Raspall2021-09-281-1/+3
| * ospfd: remove duplicate field updateFredi Raspall2021-09-281-3/+0
| * ospfd: fix logic on SR prefix configurationFredi Raspall2021-09-281-48/+65
| * ospfd: validate input SRGB and SRLBFredi Raspall2021-09-281-0/+26
| * ospfd: fix condition to get label from SRLBFredi Raspall2021-09-281-2/+7
| * ospfd: add util func to detect SR range overlapFredi Raspall2021-09-281-7/+15
| * ospfd: homogenize reservation of SRGB & SRLBFredi Raspall2021-09-281-22/+39
| * ospfd: homogenize deletion of SRGB & SRLBFredi Raspall2021-09-281-15/+30
| * ospfd: remove unnecessary assignmentFredi Raspall2021-09-281-3/+1
| * ospfd: use existing macro on initialization of SRFredi Raspall2021-09-281-1/+1
* | *: Remove unused variablesDonatas Abraitis2021-11-181-1/+0
* | ospfd: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-181-23/+12
|/
* *: fix for -Wstrict-prototypesDavid Lamparter2021-09-021-1/+1
* ospfd, doc, tests: combined SRGB/SRLB commandEmanuele Di Pascale2021-06-041-193/+176
* ospfd: Correct Coverity defectsOlivier Dugeon2021-05-191-22/+31
* ospfd: Do not use `case default` for switches that have enumDonald Sharp2021-05-041-1/+2
* ospfd: Correct Segment Routing prefix bugsOlivier Dugeon2021-03-091-6/+20
* ospfd: Debug race condition in Segment RoutingOlivier Dugeon2021-02-111-23/+28
* ospfd: Make use of adjacency SIDs in TI-LFAGalaxyGorilla2021-01-191-0/+27
* ospfd: TI-LFA basic infrastructure and algorithmsGalaxyGorilla2021-01-191-0/+34
* Merge pull request #7380 from Orange-OpenSource/ospf-srDonald Sharp2020-10-241-1/+5
|\
| * ospfd: Add more Segment Routing controlsOlivier Dugeon2020-10-231-1/+5
* | *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
|/
* ospfd: replace inet_ntoaMark Stapp2020-10-221-22/+36
* ospfd: Store neighbor Adjacency SID in SR databaseOlivier Dugeon2020-10-141-18/+22
* ospfd: Coverity correctionsOlivier Dugeon2020-08-261-18/+26
* OSPFd: Explicit Null option for Segment-RoutingOlivier Dugeon2020-08-201-64/+110
* ospfd: Add Segment Routing Local BlockOlivier Dugeon2020-08-201-83/+433