summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #5473 from yasuhiro-ohara-ntt/ospf6d-self-orig-maxage-fixSri Mohana Singamsetty2020-01-211-12/+0
|\
| * ospf6d: ospf6_flood.c: self-originated MaxAge LSAs to install and refresh.Yasuhiro Ohara2019-12-041-12/+0
* | doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* | ospfd: use new defaults mechanism (v2)David Lamparter2019-12-062-10/+17
* | lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
|/
* *: generously apply constDavid Lamparter2019-12-029-45/+47
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-15/+31
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWNRafael Zalamena2019-10-291-1/+1
|\
| * bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-1/+1