summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \
| * | ospfd: Correct Coverity defectsOlivier Dugeon2021-05-1916-203/+464
| |/
* / ospfd: fix "default-information originate" in non-existing vrfIgor Ryzhov2021-05-181-0/+10
|/
* ospfd: Use _func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-126-43/+32
* 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
* | Merge pull request #8634 from idryzhov/ospf-vrf-redistMark Stapp2021-05-074-55/+74
|\ \ | |/ |/|
| * ospfd: free "default-information originate" config when removing routerIgor Ryzhov2021-05-071-2/+7
| * ospfd: fix redistribution config when vrf doesn't existIgor Ryzhov2021-05-053-41/+52
| * ospfd: deregister vrf from zebra when vrf is disabledIgor Ryzhov2021-05-051-12/+15
* | ospfd: Use %pI4 in some placesDonald Sharp2021-05-041-10/+5
* | ospfd: Fix some deep indentation issues in ospf_asbr.cDonald Sharp2021-05-041-40/+41
* | ospfd: Fix indentation in ospf_is_type_redistributedDonald Sharp2021-05-041-4/+4
* | ospfd: Do not use `case default` for switches that have enumDonald Sharp2021-05-042-2/+4
* | ospfd: Cleanup some awful deep indentation in ospf_zebra.cDonald Sharp2021-05-041-223/+203
|/
* Merge pull request #8545 from opensourcerouting/assert-our-ownMark Stapp2021-05-032-0/+4
|\
| * *: make sure `config.h` or `zebra.h` is firstDavid Lamparter2021-04-232-0/+4
* | Merge pull request #8585 from stipmonster/asan-fixes-ospf-teOlivier Dugeon2021-04-301-1/+8
|\ \
| * | ospfd: Fixed some ASAN errorsErik Kooistra2021-04-281-1/+8
| |/
* | Merge pull request #7789 from rgirada/fix_DROlivier Dugeon2021-04-291-0/+25
|\ \
| * | ospfd: show ip ospf interface only shows BDR info, Added DR info.rgirada2021-04-291-0/+25
| |/
* | Merge pull request #8409 from rgirada/ospf-memleakDonald Sharp2021-04-291-10/+19
|\ \ | |/ |/|
| * ospfd: Fixing few valgrind issuesrgirada2021-04-161-10/+19
* | Merge pull request #8536 from idryzhov/bfd-enabledRafael Zalamena2021-04-221-1/+0
|\ \
| * | lib: remove enabled flag for bfd sessionsIgor Ryzhov2021-04-221-1/+0
* | | build: properly split CFLAGS from AC_CFLAGSDavid Lamparter2021-04-211-1/+1
* | | build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* | | Merge pull request #8455 from achernavin22/ospf_nssa_after_redist2Russ White2021-04-206-4/+26
|\ \ \
| * | | ospfd: install Type-7 when NSSA area is configured after redistributionAlexander Chernavin2021-04-126-4/+26
* | | | Merge pull request #8373 from mjstapp/fix_ospf_timeval_dumpRuss White2021-04-201-9/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | ospfd: show seconds in timeval_dumpMark Stapp2021-04-131-9/+8
| |/ /
* | | Merge pull request #8153 from reubendowle/nhrp-multicastJafar Al-Gharaibeh2021-04-137-17/+63
|\ \ \
| * | | ospfd: Suppress spurious write message when using ip nhrp map multicastReuben Dowle2021-04-051-1/+7
| * | | ospfd: changes for PMP network /32 prefix lengthAmol Lad2021-04-052-2/+12
| * | | ospfd: Support use of ospf with DMVPNAmol Lad2021-04-055-14/+44
| | |/ | |/|
* | | 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
* | | | Merge pull request #8100 from qlyoung/remove-sample-conf-filesDavid Lamparter2021-04-132-14/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | *: remove *.conf.sample filesQuentin Young2021-04-092-14/+0
* | | | ospfd: fix crash on interface/vrf removalRafael Zalamena2021-04-091-1/+7
|/ / /
* | / 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
|/
* ospfd: fix building with --disable-bfddIgor Ryzhov2021-03-311-1/+3
* ospfd: North-bound implementation for ospfd rmapsSarita Patra2021-03-307-7/+167