summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_sr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-149/+122
* Merge pull request #1789 from Orange-OpenSource/masterRafael Zalamena2018-03-061-54/+196
|\
| * ospfd: Add json output for Segment RoutingOlivier Dugeon2018-02-271-54/+196
* | Merge pull request #1809 from donaldsharp/intf_jsonRenato Westphal2018-03-051-0/+1
|\ \
| * | ospfd: Add vrf to nhlfe route addDonald Sharp2018-03-011-0/+1
| |/
* / ospfd: Cleanup ospf SR log messagesDonald Sharp2018-03-021-6/+7
|/
* OSPFD: Fix Segment Routing Lan Adjacency TLVsOlivier Dugeon2018-02-191-0/+6
* ospfd: Fix some new SA issues found by coverityDonald Sharp2018-02-141-9/+1
* *: Make code use a consisten definition of labelsDonald Sharp2018-02-091-10/+10
* OSPFd: Fix Opaque LSA filtering in Segment RoutingOlivier Dugeon2018-02-051-31/+43
* OSPFd: Fix ospfd crash during CIOlivier Dugeon2018-02-031-1/+15
* OSPFd: Correct Extended Prefix LSA refreshOlivier Dugeon2018-02-011-9/+5
* OSPFd: Clean up Segment Routing patchOlivier Dugeon2018-01-301-1/+1
* OSPFd: Update Segment Routing PR following reviewOlivier Dugeon2018-01-291-335/+404
* OSPFD: Set Segment Routing patch conform to C99Olivier Dugeon2018-01-231-17/+15
* OSPFD: Update Segment Routing following reviewsOlivier Dugeon2018-01-221-1/+7
* OSPFD: Update Segment Routing implementationOlivier Dugeon2018-01-191-31/+31
* OSPFD: Add Experimental Segment Routing supportOlivier Dugeon2018-01-181-0/+2186