summaryrefslogtreecommitdiffstats
path: root/ospfd/ospfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
* ospfd: Fix spelling mistakesDonald Sharp2022-02-141-1/+1
* *: do not send opaque data to zebra by defaultIgor Ryzhov2022-01-241-2/+0
* Merge pull request #9644 from opensourcerouting/ospf-opaque-attrsRuss White2022-01-181-0/+2
|\
| * lib, ospfd, ospf6d, zebra: add OSPF opaque route attributesRenato Westphal2022-01-151-0/+2
* | *: rework renaming the default VRFIgor Ryzhov2021-12-211-26/+15
|/
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-2/+2
* *: Cleanup some documentation from quagga->frrDonald Sharp2021-11-111-1/+1
* ospfd: Close log files before exitingDonald Sharp2021-10-201-0/+1
* ospfd: Summary LSA is not originated when process is resetMobashshera Rasool2021-09-021-0/+3
* ospfd: fix initialization when vrf doesn't exist yetIgor Ryzhov2021-08-121-35/+27
* ospfd: ospf redistribute originating LSA internal connected routesMobashshera Rasool2021-08-101-4/+4
* ospfd: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-07-051-4/+15
* ospfd: rename the graceful restart headerRenato Westphal2021-07-051-1/+1
* Merge pull request #8798 from opensourcerouting/ospfd-fixesOlivier Dugeon2021-06-091-3/+6
|\
| * ospfd: fix cleanup of MaxAge LSAs on exitRenato Westphal2021-06-081-1/+1
| * ospfd: fix GR helper initialization and terminationRenato Westphal2021-06-081-2/+5
* | ospfd: fix passive interface configurationIgor Ryzhov2021-06-051-10/+0
|/
* ospfd: if destroy the whole ospf, then remove ospf's interface config: passiv...anlancs2021-06-031-11/+15
* ospfd: fix "default-information originate" in non-existing vrfIgor Ryzhov2021-05-181-0/+10
* Merge pull request #8639 from idryzhov/isis-new-bfd-libRafael Zalamena2021-05-091-1/+0
|\
| * lib: remove old bfd libraryIgor Ryzhov2021-05-071-1/+0
* | ospfd: free "default-information originate" config when removing routerIgor Ryzhov2021-05-071-2/+7
* | ospfd: deregister vrf from zebra when vrf is disabledIgor Ryzhov2021-05-051-12/+15
|/
* Merge pull request #8455 from achernavin22/ospf_nssa_after_redist2Russ White2021-04-201-0/+1
|\
| * ospfd: install Type-7 when NSSA area is configured after redistributionAlexander Chernavin2021-04-121-0/+1
* | ospfd: Support use of ospf with DMVPNAmol Lad2021-04-051-0/+1
|/
* Merge pull request #8058 from rgirada/ospf-ecmpMark Stapp2021-03-301-0/+4
|\
| * ospfd: Max multipath config supportrgirada2021-03-301-0/+4
* | Merge pull request #8362 from idryzhov/fix-ospf-cli-countMark Stapp2021-03-301-30/+17
|\ \ | |/ |/|
| * ospfd: fix counting of "ip ospf area" commandsIgor Ryzhov2021-03-301-30/+17
* | ospfd: add support for suppress_fackishimo2021-03-241-0/+28
|/
* ospfd: rework BFD integrationRafael Zalamena2021-03-231-0/+4
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-1/+1
* ospfd: don't rely on instance existence in vtyIgor Ryzhov2021-02-241-16/+10
* ospfd: ospf_nbr_nbma_lookup_next always returns NULLDonald Sharp2021-01-281-9/+0
* ospfd: Remove #if 0 codeDonald Sharp2021-01-281-40/+0
* ospfd: Add support for TI-LFA node protectionGalaxyGorilla2021-01-191-2/+12
* ospfd: TI-LFA basic infrastructure and algorithmsGalaxyGorilla2021-01-191-9/+37
* ospfd: Clear ip ospf process and clear ip ospf neighborMobashshera Rasool2021-01-121-21/+78
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-2/+2
* ospf: fix instance initialization when using multi-instance modeIgor Ryzhov2020-12-021-36/+42
* ospfd: fix NSSA translate-alwaysckishimo2020-11-211-2/+15
* ospfd: Summarisation init/de-init.rgirada2020-11-021-0/+19
* ospfd: clean up SA warning in ospf_finish_final()Mark Stapp2020-10-291-1/+1
* Merge pull request #7301 from idryzhov/ospf-fixesSantosh P K2020-10-281-42/+34
|\
| * ospfd: use all "ip ospf area" params for ospf initializationIgor Ryzhov2020-10-141-2/+11
| * ospfd: don't initialize ospf every time "router ospf" is usedIgor Ryzhov2020-10-141-26/+25
| * ospfd: remove dead codeIgor Ryzhov2020-10-131-6/+0