summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d, tests: Prevent use after freeDonald Sharp2020-10-118-58/+66
* ospf6d: Make ospf6_lsa_lock follow normal FRR patternDonald Sharp2020-10-112-4/+4
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-1/+1
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | ospf6d: Move header includes around to reflect realityDonald Sharp2020-10-095-5/+4
* | ospf6d : Socket change for ospf6d vrf support.Kaushik2020-10-077-46/+94
* | Merge pull request #7202 from gromit1811/proposed_fix_7030Olivier Dugeon2020-10-061-10/+14
|\ \
| * | ospf6d: Fix flooding of old copies of self-originated LSAsMartin Buck2020-09-291-10/+14
| |/
* / vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
|/
* ospf6d: fix SA warningMark Stapp2020-09-031-1/+4
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-0115-69/+98
* Merge pull request #6732 from opensourcerouting/printfrr-prepQuentin Young2020-07-2911-94/+64
|\
| * ospf6d: pre-fix coccinelle hang pointsDavid Lamparter2020-07-143-65/+35
| * ospf6d: use in_addr_t for area/router IDsDavid Lamparter2020-07-148-29/+29
* | Merge pull request #6711 from GalaxyGorilla/bfd_isis_profilesQuentin Young2020-07-211-1/+1
|\ \
| * | *: add BFD profile support for IS-ISGalaxyGorilla2020-07-101-1/+1
| |/
* | Merge pull request #6700 from deastoe/ospf6-interface-decimal-areaDavid Lamparter2020-07-213-32/+22
|\ \
| * | ospf6d: decimal area format in interface commandPatrick Ruddy2020-07-143-32/+22
| |/
* / *: un-split strings across linesDavid Lamparter2020-07-143-10/+5
|/
* *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
* Merge pull request #6407 from donaldsharp/revert_ospfv3_fixRuss White2020-05-213-64/+26
|\
| * ospf6d: Revert "ospf6d: Prevent use after free"Donald Sharp2020-05-143-64/+26
* | ospf6d: withdraw redistributed prefixes based on prefix-list changesDon Slice2020-05-051-9/+30
|/
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-15/+15
* Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter2020-04-231-4/+4
|\
| * *: sprintf -> snprintfQuentin Young2020-04-211-4/+4
* | ospf6d: fix SA warningsMark Stapp2020-04-211-4/+4
|/
* ospf6d: Prevent use after freeDonald Sharp2020-04-185-14/+16
* Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-0/+1
|\
| * *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-163-0/+3
* | *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-162-0/+2
* | *: remove second parameter on install_node()David Lamparter2020-04-163-3/+9
* | *: remove cmd_node->vtyshDavid Lamparter2020-04-163-3/+0
* | *: clean up cmd_node initializersDavid Lamparter2020-04-163-3/+9
|/
* ospf6d: stop looping thru same Inter-Area Router LSAsDon Slice2020-04-091-3/+17
* *: Do not cast to the same typeDonatas Abraitis2020-04-084-9/+9
* bgpd, ospfd, ospf6d: long is not bool :(David Lamparter2020-04-021-2/+2
* ospf6d: Recent changes in our build cause const to be respectedDonald Sharp2020-04-015-12/+12
* ospf6d: Fix spelling mistakes found by debian packagingDonald Sharp2020-03-141-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-082-3/+3
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-065-111/+118
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-059-66/+62
* *: Remove break after returnDonatas Abraitis2020-02-132-6/+0
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-103-9/+9
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-093-9/+9
* | Merge pull request #5104 from opensourcerouting/route-map-nbv2Donald Sharp2020-02-051-0/+1
|\ \ | |/ |/|
| * *: fix route map integrationRafael Zalamena2020-02-041-0/+1
* | *: remove null check before XFREEQuentin Young2020-02-041-7/+2
* | *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-2/+0
|/