summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8798 from opensourcerouting/ospfd-fixesOlivier Dugeon2021-06-091-11/+17
|\
| * ospfd: fix crash when displaying neighbor data in JSONRenato Westphal2021-06-081-11/+17
* | ospfd: fix passive interface configurationIgor Ryzhov2021-06-051-136/+167
|/
* ospfd: "ip ospf area" command can select wrong processDon Slice2021-05-201-2/+2
* ospfd: Correct Coverity defectsOlivier Dugeon2021-05-191-11/+13
* ospfd: fix redistribution config when vrf doesn't existIgor Ryzhov2021-05-051-5/+26
* ospfd: show ip ospf interface only shows BDR info, Added DR info.rgirada2021-04-291-0/+25
* 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
* | Merge pull request #8153 from reubendowle/nhrp-multicastJafar Al-Gharaibeh2021-04-131-12/+25
|\ \
| * | ospfd: Support use of ospf with DMVPNAmol Lad2021-04-051-12/+25
* | | Merge pull request #8396 from achernavin22/ospf_fast_hello_show_runRenato Westphal2021-04-131-0/+1
|\ \ \ | |_|/ |/| |
| * | ospfd: fix output of dead-interval in show runningAlexander Chernavin2021-04-061-0/+1
* | | ospfd: permit over-write of message-digest-keyMark Stapp2021-04-061-4/+3
| |/ |/|
* | ospfd: ignore duplicated "ip ospf area" commandsIgor Ryzhov2021-04-021-3/+6
|/
* Merge pull request #8058 from rgirada/ospf-ecmpMark Stapp2021-03-301-0/+55
|\
| * ospfd: Max multipath config supportrgirada2021-03-301-0/+55
* | Merge pull request #8362 from idryzhov/fix-ospf-cli-countMark Stapp2021-03-301-9/+6
|\ \ | |/ |/|
| * ospfd: fix counting of "ip ospf area" commandsIgor Ryzhov2021-03-301-9/+6
* | Merge pull request #8338 from idryzhov/fix-ospfd-sa-warningMark Stapp2021-03-251-2/+2
|\ \
| * | ospfd: fix SA warningIgor Ryzhov2021-03-251-2/+2
| |/
* / ospfd: add support for suppress_fackishimo2021-03-241-0/+58
|/
* Merge pull request #8203 from opensourcerouting/ospf-bfd-napiIgor Ryzhov2021-03-241-3/+4
|\
| * ospfd: rework BFD integrationRafael Zalamena2021-03-231-3/+4
* | ospfd: fix "show ip ospf database" issuesIgor Ryzhov2021-03-221-97/+69
|/
* *: require semicolon after FRR_CFG_DEFAULT_*David Lamparter2021-03-171-1/+1
* ospfd: don't rely on instance existence in vtyIgor Ryzhov2021-02-241-110/+110
* *: fix all backetsIgor Ryzhov2021-02-021-8/+8
* ospfd: Remove #if 0 codeDonald Sharp2021-01-281-103/+0
* Merge pull request #7127 from opensourcerouting/ospf_ti-lfaRuss White2021-01-261-2/+51
|\
| * ospfd: Add support for TI-LFA node protectionGalaxyGorilla2021-01-191-6/+20
| * ospfd: TI-LFA basic infrastructure and algorithmsGalaxyGorilla2021-01-191-2/+37
* | Merge pull request #7655 from ckishimo/areaOlivier Dugeon2021-01-191-0/+3
|\ \ | |/ |/|
| * ospfd: fix area removal at interface levelckishimo2020-12-021-0/+3
* | Merge pull request #7790 from mobash-rasool/ospfv3-max-pathDonald Sharp2021-01-181-3/+69
|\ \
| * | ospfd: Clear ip ospf process and clear ip ospf neighborMobashshera Rasool2021-01-121-3/+69
* | | Merge pull request #7733 from rgirada/ospf_jsonRuss White2021-01-121-0/+51
|\ \ \ | |/ / |/| |
| * | ospfd: Adding authentication details to ospf interafce command o/prgirada2021-01-081-0/+51
* | | ospfd: fix no show database output when selecting vrfLouis Scalbert2020-12-241-4/+3
* | | Merge pull request #7736 from ton31337/fix/s_addr_INADDR_ANYRuss White2020-12-151-4/+6
|\ \ \
| * | | *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-4/+6
| |/ /
* / / ospfd: avoid inet_ntoaMark Stapp2020-12-141-26/+72
|/ /
* | Merge pull request #7618 from ckishimo/nssa_roleDonald Sharp2020-12-031-6/+13
|\ \
| * | ospfd: fix cosmetic show ip ospf when NSSAckishimo2020-12-021-6/+13
* | | Merge pull request #7612 from deastoe/ospf-vlink-auth-cfgDonald Sharp2020-12-021-26/+35
|\ \ \ | |_|/ |/| |
| * | ospfd: vlink auth type not shown in running configDuncan Eastoe2020-12-011-26/+35
| |/
* / ospfd: fix a couple of typosckishimo2020-11-241-1/+1
|/
* ospfd: Fix excessive doc string for `no summary-address ..` commandDonald Sharp2020-11-171-2/+2
* ospfd: Cleanup some clang sa issuesDonald Sharp2020-11-041-2/+1
* Merge pull request #6795 from rgirada/ospf_db_jsonOlivier Dugeon2020-11-031-218/+794
|\