summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_te.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Add Link-State supportOlivier Dugeon2021-03-231-27/+1749
* ospfd: Correct Opaque Inter-AS LSA managementOlivier Dugeon2021-03-231-95/+105
* opsfd: Correct MPLS-TE bug with LSA FlushOlivier Dugeon2021-03-231-13/+33
* ospfd: Improve MPLS-TE debugOlivier Dugeon2021-03-231-124/+105
* ospfd: reset mpls-te prior to ospf router removalCarlo Galiotto2020-11-161-0/+12
* ospfd: replace inet_ntoaMark Stapp2020-10-221-42/+36
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* *: remove tabs from log messagesDavid Lamparter2020-03-241-1/+1
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-1/+1
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+1
* ospfd: initialize maybe-uninitialized boolQuentin Young2019-05-291-1/+1
* ospfd: Correct Link-ID and Remote IP for TE LSAOlivier Dugeon2019-04-301-97/+98
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* ospfd: remove call to if_lookup_all_vrfPhilippe Guibert2018-12-101-23/+22
* ospf: unregister mpls-te inter-as only if mpls-te is enabledDmitrii Turlupov2018-11-091-4/+4
* *: spelchekDavid Lamparter2018-10-251-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* ospfd: remove unnecessary housekeeping code when using linked listsRenato Westphal2018-09-241-4/+0
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-20/+20
* *: style for flog_warn conversionsQuentin Young2018-09-061-30/+42
* ospfd: Add OSPF_WARN_LSA_INSTALL_FAILURE error codeDonald Sharp2018-09-061-3/+3
* ospfd: Convert ospf_te.c to use new error-card subsystemDonald Sharp2018-09-061-46/+47
* ospfd: Add OSPF_WARN_OPAQUE_REGISTRATIONDonald Sharp2018-09-061-4/+5
* ospfd: Cleanup some warnings that were not warningsDonald Sharp2018-09-061-6/+3
* ospfd: Add ospf_lsa_new_and_data function and abstract awayDonald Sharp2018-08-211-12/+1
* *: ALLOC calls cannot failDonald Sharp2018-08-111-5/+0
* ospfd: dead code (Coverity 1302500)paco2018-06-261-3/+2
* ospfd: lp may be null, make sure it isn'tDonald Sharp2018-06-051-2/+3
* ospfd: use __func__ in ospf_te.cQuentin Young2018-04-171-2/+2
* ospfd: fix stylistic issueQuentin Young2018-04-171-10/+7
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-98/+97
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-21/+19
* OSPFd: Fix ospfd crash during CIOlivier Dugeon2018-02-031-0/+32
* OSPFd: Clean up Segment Routing patchOlivier Dugeon2018-01-301-23/+0
* ospfd: fix coverity warnings - security best practices violationsRenato Westphal2017-10-241-1/+1
* Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-161-9/+10
|\
| * *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-4/+3
| * *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-9/+11
* | ospfd: Fix leak of streamDonald Sharp2017-10-101-1/+3
|/
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-2/+1
* ospfd: OSPFv2 VRF Changes IIChirag Shah2017-10-031-4/+7
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-19/+58
* *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-1/+1
* ospfd: Fix MI-OSPF configuraton clisChirag Shah2017-08-041-3/+3
* Correct build TLV functionsOlivier Dugeon2017-07-311-3/+3
* Update PR #839 following reviewOlivier Dugeon2017-07-271-67/+48
* Correct indentation and remove _opcode_t typedefOlivier Dugeon2017-07-211-3/+3
* OSPF OPAQUE, TE and RI macro refactoring & cleanupOlivier Dugeon2017-07-201-140/+102
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2143/+2119