summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_ext.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-25/+25
* *: style for flog_warn conversionsQuentin Young2018-09-061-15/+19
* ospfd: Convert ospf_ext.c to use new error-code subsystemDonald Sharp2018-09-061-47/+45
* ospfd: Add OSPF_WARN_LSA_INSTALL_FAILURE error codeDonald Sharp2018-09-061-4/+8
* ospfd: Add OSPF_WARN_OPAQUE_REGISTRATIONDonald Sharp2018-09-061-2/+5
* ospfd: Cleanup some warnings that were not warningsDonald Sharp2018-09-061-10/+0
* ospfd: Add ospf_lsa_new_and_data function and abstract awayDonald Sharp2018-08-211-28/+2
* *: ALLOC calls cannot failDonald Sharp2018-08-111-5/+0
* ospfd: buffer termination (Coverity 1464993)paco2018-06-141-2/+2
* *: 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-95/+72
* OSPFD: Fix Segment Routing Lan Adjacency TLVsOlivier Dugeon2018-02-191-11/+18
* ospfd: Fix some new SA issues found by coverityDonald Sharp2018-02-141-1/+1
* OSPFd: Fix Opaque LSA filtering in Segment RoutingOlivier Dugeon2018-02-051-2/+12
* OSPFd: Fix ospfd crash during CIOlivier Dugeon2018-02-031-2/+26
* OSPFd: Correct Extended Prefix LSA refreshOlivier Dugeon2018-02-011-7/+10
* OSPFd: Clean up Segment Routing patchOlivier Dugeon2018-01-301-1/+2
* OSPFd: Remove unecessary debug messageOlivier Dugeon2018-01-301-1/+0
* OSPFd: Update Segment Routing PR following reviewOlivier Dugeon2018-01-291-283/+296
* OSPFD: Set Segment Routing patch conform to C99Olivier Dugeon2018-01-231-35/+35
* OSPFD: Update Segment Routing implementationOlivier Dugeon2018-01-191-0/+8
* OSPFD: Add Experimental Segment Routing supportOlivier Dugeon2018-01-181-0/+1769