summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_sr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'pull/3197'David Lamparter2018-10-231-1/+1
|\
| * *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-1/+1
* | ospfd: fix issue with the "no segment-routing prefix A.B.C.D/M" commandRenato Westphal2018-10-201-0/+3
|/
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-3/+3
* *: style for EC replacementsQuentin Young2018-09-131-15/+14
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-18/+18
* Merge remote-tracking branch 'frr/master' into warningsDavid Lamparter2018-09-121-0/+4
|\
| * *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* | *: style for flog_warn conversionsQuentin Young2018-09-061-2/+2
* | ospfd: Convert ospf_sr.c to use error-card subsystem.Donald Sharp2018-09-061-22/+25
* | ospfd: Convert ospf_ext.c to use new error-code subsystemDonald Sharp2018-09-061-1/+1
* | ospfd: Cleanup some warnings that were not warningsDonald Sharp2018-09-061-9/+2
|/
* bgpd, ospfd, pimd, zebra: Convert more use_json locations to boolDon Slice2018-09-041-1/+1
* Merge pull request #2846 from donaldsharp/backet_dataRuss White2018-08-161-4/+0
|\
| * ospfd: trust backet->dataDonald Sharp2018-08-151-4/+0
* | *: rename zlog_fer -> flog_errQuentin Young2018-08-141-13/+13
* | ospfd: zlog_ferr facilityChirag Shah2018-08-141-24/+38
|/
* *: ALLOC calls cannot failDonald Sharp2018-08-111-12/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-2/+2