summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #8058 from rgirada/ospf-ecmpMark Stapp2021-03-306-2/+90
|\
| * ospfd: Max multipath config supportrgirada2021-03-306-2/+90
* | Merge pull request #8137 from Orange-OpenSource/ospf_lsRuss White2021-03-303-258/+2018
|\ \
| * | ospfd: Add Link-State supportOlivier Dugeon2021-03-233-28/+1773
| * | ospfd: Correct Opaque Inter-AS LSA managementOlivier Dugeon2021-03-232-108/+115
| * | opsfd: Correct MPLS-TE bug with LSA FlushOlivier Dugeon2021-03-231-13/+33
| * | ospfd: Improve MPLS-TE debugOlivier Dugeon2021-03-232-124/+112
* | | Merge pull request #8362 from idryzhov/fix-ospf-cli-countMark Stapp2021-03-305-70/+45
|\ \ \ | |_|/ |/| |
| * | ospfd: fix counting of "ip ospf area" commandsIgor Ryzhov2021-03-305-70/+45
* | | Merge pull request #8344 from pjdruddy/coverity_mpls_l3vpnDonald Sharp2021-03-261-23/+20
|\ \ \
| * | | lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy2021-03-251-23/+20
| |/ /
* | | 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-246-9/+126
|/ /
* | Merge pull request #8203 from opensourcerouting/ospf-bfd-napiIgor Ryzhov2021-03-2412-344/+261
|\ \
| * | ospfd: fix checkpatch warningsRafael Zalamena2021-03-233-5/+3
| * | ospfd: add debug option for BFDRafael Zalamena2021-03-233-6/+53
| * | ospfd: support BFD profilesRafael Zalamena2021-03-231-0/+49
| * | ospfd: rework BFD integrationRafael Zalamena2021-03-2310-344/+167
| |/
* / ospfd: fix "show ip ospf database" issuesIgor Ryzhov2021-03-221-97/+69
|/
* *: require semicolon after FRR_CFG_DEFAULT_*David Lamparter2021-03-171-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-172-2/+4
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-175-7/+7
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-174-6/+6
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-176-12/+12
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-174-76/+76
* snmp: change -std=gnu99 to -std=gnu11David Lamparter2021-03-171-1/+1
* ospfd: Convert to using proper string formattingDonald Sharp2021-03-103-88/+34
* ospfd: Correct Segment Routing prefix bugsOlivier Dugeon2021-03-093-8/+23
* ospfd: don't rely on instance existence in vtyIgor Ryzhov2021-02-245-185/+154
* Merge pull request #8077 from taspelund/ospf_flood_debug_improvementsRuss White2021-02-161-19/+34
|\
| * ospfd: cleanup ospf_flood debugsTrey Aspelund2021-02-131-19/+34
* | *: fix format string SNAFUsDavid Lamparter2021-02-161-3/+2
* | Merge pull request #8055 from Orange-OpenSource/ospf-srDonald Sharp2021-02-153-29/+40
|\ \
| * | ospfd: Debug race condition in Segment RoutingOlivier Dugeon2021-02-113-29/+40
* | | *: remove tabs & newlines from log messagesDavid Lamparter2021-02-143-9/+6
| |/ |/|
* | ospfd: Prevent duplicate packet read in certain vrf situationsDonald Sharp2021-02-111-0/+10
|/
* *: Fix usage of bfd_adj_eventDonald Sharp2021-02-071-3/+3
* *: fix all backetsIgor Ryzhov2021-02-021-8/+8
* ospfd: Prevent sending of uninited data to zebraDonald Sharp2021-01-301-0/+1
* Merge pull request #7953 from mjstapp/fix_more_ntoaRafael Zalamena2021-01-291-3/+4
|\
| * libs, ospfd: remove inet_ntoaMark Stapp2021-01-271-3/+4
* | ospfd: ospf_nbr_nbma_lookup_next always returns NULLDonald Sharp2021-01-283-33/+1
* | ospfd: Remove #if 0 codeDonald Sharp2021-01-285-302/+0
|/
* Merge pull request #7127 from opensourcerouting/ospf_ti-lfaRuss White2021-01-2620-134/+2183
|\
| * ospfd: Fix P2MP handling when TI-LFA is enabledGalaxyGorilla2021-01-191-14/+33