summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9813 from opensourcerouting/ospf-gr-fixesDonald Sharp2021-10-152-73/+51
|\
| * ospfd: fix another DR election issue during graceful restartRenato Westphal2021-10-121-31/+33
| * ospfd: introduce additional opaque capability check in the GR codeRenato Westphal2021-10-121-0/+12
| * ospfd: fix flushing of Grace-LSAs on broadcast interfacesRenato Westphal2021-10-121-42/+6
* | Merge pull request #9822 from donaldsharp/ospf_testingRenato Westphal2021-10-143-2/+19
|\ \
| * | ospfd: Add `converged` and `role` json output for neighbor commandDonald Sharp2021-10-133-2/+19
* | | Merge pull request #9795 from opensourcerouting/ospf_get_nameIgor Ryzhov2021-10-144-149/+60
|\ \ \ | |_|/ |/| |
| * | ospfd: use ospf_get_name() wherever possibleRenato Westphal2021-10-104-149/+60
| |/
* | Merge pull request #9763 from ton31337/fix/more_thread_nullRuss White2021-10-121-6/+0
|\ \
| * | ospfd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-081-6/+0
* | | Merge pull request #9779 from donaldsharp/gr_repeatedRuss White2021-10-128-16/+61
|\ \ \
| * | | ospfd: fix display of plain-text data on "show ... json" commandsRenato Westphal2021-10-088-16/+51
| * | | ospfd: display detailed information about opaque LSAs in JSON formatRenato Westphal2021-10-081-0/+10
| |/ /
* | | Merge pull request #9781 from opensourcerouting/ospfd-gr-dr-fixRuss White2021-10-121-0/+15
|\ \ \ | |_|/ |/| |
| * | ospfd: preserve DR status across graceful restartsRenato Westphal2021-10-081-0/+15
| |/
* | Merge pull request #9760 from mobash-rasool/ospfv2-bug-fixes-02Russ White2021-10-083-27/+15
|\ \ | |/ |/|
| * ospfd: ospf nbr in full although mismatch in hello packet contentsMobashshera Rasool2021-10-063-27/+15
* | Merge pull request #9698 from idryzhov/cleanup-loopback-or-vrfRuss White2021-10-071-3/+3
|\ \ | |/ |/|
| * *: cleanup interface loopback/vrf checkIgor Ryzhov2021-09-301-3/+3
* | ospfd: GR helper functionality change in helper exitrgirada2021-10-012-7/+6
|/
* ospfd: rename the "graceful-restart helper-only" commandRenato Westphal2021-09-211-22/+52
* Merge pull request #9578 from donaldsharp/SLASH_ESCAPERuss White2021-09-091-17/+15
|\
| * ospfd: Don't allocate json memory unless we have json outputDonald Sharp2021-09-071-11/+7
| * ospfd: Fix usage of JSON_C_TO_STRING_NOSLASHESCAPEDonald Sharp2021-09-071-12/+14
* | Merge pull request #9533 from mobash-rasool/ospfv3-bug-fixesRuss White2021-09-071-0/+3
|\ \
| * | ospfd: Summary LSA is not originated when process is resetMobashshera Rasool2021-09-021-0/+3
* | | Merge pull request #9551 from mobash-rasool/ospfv2-bug-fixes-04Russ White2021-09-071-0/+19
|\ \ \
| * | | ospfd: GR Conformance fix for Hello packet DR electionMobashshera Rasool2021-09-031-0/+19
| |/ /
* | | Merge pull request #9552 from mobash-rasool/ospfv2-bug-fixes-03Russ White2021-09-073-5/+36
|\ \ \ | |_|/ |/| |
| * | ospfd: RFC conformance test case 25.23 issue fixMobashshera Rasool2021-09-033-3/+32
| * | ospfd: ANVL Test case 25.22, 25.23 and 28.11 fixesMobashshera Rasool2021-09-032-4/+6
| |/
* | Merge pull request #9563 from opensourcerouting/build-strict-prototypesDonald Sharp2021-09-061-1/+1
|\ \
| * | *: fix for -Wstrict-prototypesDavid Lamparter2021-09-021-1/+1
| |/
* | Merge pull request #9549 from mobash-rasool/ospfv2-bug-fixes-02Igor Ryzhov2021-09-031-1/+2
|\ \
| * | ospfd: Memory Leak seen at show_ip_ospf_neighbor_all_common.Mobashshera Rasool2021-09-031-1/+2
| |/
* | Merge pull request #9077 from idryzhov/ospf-memory-allocDonald Sharp2021-09-031-28/+8
|\ \ | |/ |/|
| * ospfd: remove unnecessary memory allocationIgor Ryzhov2021-07-211-28/+8
* | Merge pull request #9525 from idryzhov/ospfd-crashRenato Westphal2021-08-311-0/+3
|\ \
| * | ospfd: correctly cleanup spf dataIgor Ryzhov2021-08-311-0/+3
* | | ospfd: add dead-interval 40 if configured in show runningMobashshera Rasool2021-08-311-3/+1
|/ /
* | Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\ \
| * | lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-1/+3
|\ \ \ | |/ / |/| |
| * | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+3
* | | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* | | Merge pull request #9310 from mobash-rasool/ospfv2-bug-fixes-02Russ White2021-08-241-3/+5
|\ \ \ | |/ / |/| |
| * | ospfd: NSSA area should not exchange Type-4 LSAs in DDMobashshera Rasool2021-08-061-3/+5
* | | Merge pull request #9408 from mobash-rasool/ospfv2-bug-fixes-03Igor Ryzhov2021-08-182-0/+4
|\ \ \
| * | | ospfd: Summarised External LSA is not flushed in one scenarioMobashshera Rasool2021-08-172-0/+4
* | | | ospfd: fix initialization when vrf doesn't exist yetIgor Ryzhov2021-08-121-35/+27
|/ / /