summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_sr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* ospfd: Add Label Manager for Segment RoutingOlivier Dugeon2020-08-201-92/+174
* ospfd: fix processing of SR RI LSAsGalaxyGorilla2020-08-101-21/+14
* *: un-split strings across linesDavid Lamparter2020-07-141-12/+6
* ospfd: Move Segment Routing Zebra functionsOlivier Dugeon2020-06-031-132/+15
* ospfd: Update Prefix & Adjacency SIDs ManagementOlivier Dugeon2020-06-031-6/+132
* ospfd: OSPF Segment Routing improvementOlivier Dugeon2020-06-031-143/+160
* ospfd: Add ECMP support to OSPF Segment RoutingOlivier Dugeon2020-06-031-391/+456
* *: sprintf -> snprintfQuentin Young2020-04-211-15/+22
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-4/+4
* *: encode zapi labels message using nexthopsMark Stapp2020-02-141-4/+4
* ospfd: avoid installing SR FTNs twiceRenato Westphal2019-09-101-51/+2
* lib, zebra: add new MPLS zapi message with route replace semanticsRenato Westphal2019-09-101-5/+8
* lib, zebra: enhance the MPLS zapi messagesRenato Westphal2019-09-071-8/+13
* lib, zebra: rename LSP type used for OSPF SRRenato Westphal2019-09-071-1/+1
* zebra: identify MPLS FTNs by route type and instanceRenato Westphal2019-09-071-1/+2
* lib: introduce encode/decode functions for the MPLS zapi messagesRenato Westphal2019-09-071-21/+12
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-1/+1
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-1/+1
* *: Rename backet to bucketTim Bray2019-02-251-16/+16