summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_dump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* ospfd: Remove unused functionDonald Sharp2023-02-231-7/+0
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* Revert "ospfd: rSPF calc and messaging for optimal route reflection"Donatas Abraitis2023-01-171-38/+0
* Revert "bgpd, ospfd: BGP ORR CI warning fixes"Donatas Abraitis2023-01-171-11/+7
* Revert "ospfd: few fixes in rSPF calc when LSA received from non root node"Donatas Abraitis2023-01-171-7/+3
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* ospfd: few fixes in rSPF calc when LSA received from non root nodeMadhuri Kuruganti2022-10-121-3/+7
* bgpd, ospfd: BGP ORR CI warning fixesMadhuri Kuruganti2022-10-121-7/+11
* ospfd: rSPF calc and messaging for optimal route reflectionMadhuri Kuruganti2022-10-121-0/+38
* Merge pull request #12074 from donaldsharp/lib_debugsDonatas Abraitis2022-10-121-2/+10
|\
| * *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-2/+10
* | ospfd: fix for few debug commands lost in config after debug ospf packet is e...Madhuri Kuruganti2022-09-191-2/+2
* | ospfd: fix for debug ospf <inst> packet fails with instance not runningMadhuri Kuruganti2022-09-191-97/+20
* | ospfd: fix for some of ospf debug commands config lost after rebootMadhuri Kuruganti2022-09-191-147/+169
|/
* bgpd, ospfd: Remove extra newline for `show debugging`Donald Sharp2022-06-151-2/+0
* ospfd: cli: add client api debug optionChristian Hopps2022-06-021-0/+46
* ospfd: Convert output to host order from network order for route_tagDonald Sharp2022-01-311-1/+1
* Merge pull request #9683 from volta-networks/sr-minor-fixesIgor Ryzhov2021-11-201-1/+20
|\
| * ospfd: fix display of debug flagsFredi Raspall2021-09-281-1/+20
* | ospfd: Adding apropriate ism state in ptop neighbors.rgirada2021-10-261-3/+26
* | ospfd: Add `converged` and `role` json output for neighbor commandDonald Sharp2021-10-131-2/+8
|/
* ospfd: adjust log config for GRGalaxyGorilla2021-07-051-16/+11
* ospfd: Correct Coverity defectsOlivier Dugeon2021-05-191-48/+54
* ospfd: show seconds in timeval_dumpMark Stapp2021-04-131-9/+8
* ospfd: fix checkpatch warningsRafael Zalamena2021-03-231-2/+2
* ospfd: add debug option for BFDRafael Zalamena2021-03-231-0/+44
* ospfd: don't rely on instance existence in vtyIgor Ryzhov2021-02-241-41/+29
* ospfd: Add 'debug ospf ti-lfa' commandGalaxyGorilla2021-01-191-0/+30
* ospfd: OSPF external summarisation debug supportrgirada2020-11-021-8/+22
* ospfd: replace inet_ntoaMark Stapp2020-10-221-18/+18
* ospfd: Debug support to ospf GR helper functionalityrgirada2020-09-221-0/+36
* ospfd: ospf GR helper initializationrgirada2020-09-221-0/+2
* ospfd: ldp-igp-sync feature: adding ospf supportlynne2020-09-091-0/+43
* ospf: Default-information originate with routemapSantosh P K2020-07-071-1/+39
* *: sprintf -> snprintfQuentin Young2020-04-211-7/+6
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+3
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+3
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* ospfd: Cleanup set but unused variablesDonald Sharp2020-02-271-2/+2
* ospfd: The ip header dump is crazy long and uselessDonald Sharp2019-11-191-17/+0
* ospfd: strncpy -> strlcpyQuentin Young2019-02-261-2/+1
* ospfd: fix symbol collisionDavid Lamparter2018-10-011-1/+1
* Merge pull request #2486 from pacovn/cppcheck_fmt_validationDonald Sharp2018-06-181-7/+7
|\
| * babeld, lib, ospfd, tests: fmt fixes (cppcheck)paco2018-06-181-7/+7
* | ospfd, pimd: redundant memset (cppcheck)paco2018-06-181-6/+0
|/