summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: fix coverity warning of one field initializationanlan_cs2021-08-051-0/+1
* Merge pull request #9092 from rgirada/rmapDonald Sharp2021-08-043-3/+67
|\
| * ospfd: OSPF hello packets not sent with configured hello timerrgirada2021-07-223-3/+67
* | Merge pull request #9239 from idryzhov/ospf-passive-fixRuss White2021-08-031-28/+29
|\ \
| * | ospfd: fix "no ip ospf passive" commandIgor Ryzhov2021-07-301-28/+29
* | | *: cleanup interface node installationIgor Ryzhov2021-07-291-12/+1
|/ /
* | Merge pull request #9189 from idryzhov/ospf-dont-exitDonald Sharp2021-07-281-1/+1
|\ \
| * | ospfd: don't exit when socket is not createdIgor Ryzhov2021-07-271-1/+1
* | | ospfd: remove gratuitous non-ascii quotation marksChristian Hopps2021-07-271-3/+3
|/ /
* | build: fix `AM_LDFLAGS` usage (and gcov)David Lamparter2021-07-211-1/+1
* | ospfd: ospfd crash while giving 'clear ip ospf neighbor'rgirada2021-07-201-0/+5
|/
* Merge pull request #8767 from opensourcerouting/ospfd-grRuss White2021-07-1324-100/+1145
|\
| * ospfd: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-07-0519-15/+1064
| * ospfd: rename the graceful restart headerRenato Westphal2021-07-057-10/+11
| * ospfd: adjust log config for GRGalaxyGorilla2021-07-056-51/+44
| * ospfd: print extra LSA information in some log messagesRenato Westphal2021-07-055-24/+26
* | lib,ospfd,ospf6d: remove duplicated functionRafael Zalamena2021-07-096-36/+23
|/
* Merge pull request #8955 from mobash-rasool/ospfv2-fixesMark Stapp2021-07-021-0/+6
|\
| * ospfd: show ip ospf route json does not shown metric and tagMobashshera Rasool2021-06-301-0/+6
* | *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* | *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-015-15/+15
|/
* isisd, ospfd: update interface_link_params callback to check for changeKaren Schoener2021-06-282-2/+10
* Merge pull request #8891 from idryzhov/no-vrf-interfaceRuss White2021-06-221-0/+2
|\
| * lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+2
* | ospfd: External lsa handling in opaque capabilities enable/disablergirada2021-06-212-7/+36
|/
* ospfd: fix routemap updateIgor Ryzhov2021-06-171-13/+8
* Merge pull request #8815 from idryzhov/fix-ospf-aggrDonald Sharp2021-06-091-1/+2
|\
| * ospfd: fix memory leaks in summarizationIgor Ryzhov2021-06-081-1/+2
* | Merge pull request #8798 from opensourcerouting/ospfd-fixesOlivier Dugeon2021-06-0910-101/+177
|\ \
| * | ospfd: fix crash when displaying neighbor data in JSONRenato Westphal2021-06-081-11/+17
| * | lib, ospfd, ospf6d: fix logging of pointer addressesRenato Westphal2021-06-081-8/+8
| * | ospfd: fix wrong NSSA debug guardsRenato Westphal2021-06-082-5/+4
| * | zebra, ospfd: fix typos in the graceful restart codeRenato Westphal2021-06-082-19/+19
| * | ospfd: fix logging of what triggered the SPF runRenato Westphal2021-06-081-7/+7
| * | ospfd: fix cleanup of MaxAge LSAs on exitRenato Westphal2021-06-081-1/+1
| * | ospfd: fix null pointer dereference when flushing an opaque LSARenato Westphal2021-06-081-8/+5
| * | ospfd: fix dangling pointer when exiting from the helper modeRenato Westphal2021-06-081-1/+1
| * | ospfd: fix crash when logging a Grace-LSARenato Westphal2021-06-081-27/+70
| * | ospfd: fix small issue when exiting from the GR helper modeRenato Westphal2021-06-081-1/+2
| * | ospfd: fix GR helper initialization and terminationRenato Westphal2021-06-084-13/+43
| |/
* | Merge pull request #8796 from idryzhov/ospf-passiveRuss White2021-06-082-146/+167
|\ \ | |/ |/|
| * ospfd: fix passive interface configurationIgor Ryzhov2021-06-052-146/+167
* | ospfd, doc, tests: combined SRGB/SRLB commandEmanuele Di Pascale2021-06-042-193/+178
|/
* ospfd: if destroy the whole ospf, then remove ospf's interface config: passiv...anlancs2021-06-031-11/+15
* ospfd: Fix quick interface down up event handling in ospfDonald Sharp2021-05-253-0/+26
* ospfd: "ip ospf area" command can select wrong processDon Slice2021-05-201-2/+2
* ospfd: New code adds newline to log filesDonald Sharp2021-05-192-3/+3
* Merge pull request #8690 from idryzhov/ospf-fix-tlv-sizeOlivier Dugeon2021-05-192-5/+3
|\
| * ospfd: fix SID/Label Sub TLV sizeIgor Ryzhov2021-05-182-5/+4
* | Merge pull request #8408 from Orange-OpenSource/TEIgor Ryzhov2021-05-1916-203/+464
|\ \