summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1031 from opensourcerouting/small-bitsDonald Sharp2017-08-244-53/+66
|\
| * ospf6d: properly update prefix list referencesDavid Lamparter2017-08-244-53/+66
* | Merge pull request #1022 from opensourcerouting/zapi_consolidationDonald Sharp2017-08-243-290/+92
|\ \
| * | ospf6d: fix regression detected by topotestRenato Westphal2017-08-241-6/+8
| * | *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-68/+18
| * | ospf6d: use the new API to send routes to zebraRenato Westphal2017-08-233-74/+31
| * | *: remove leftovers from "router zebra"Renato Westphal2017-08-231-112/+1
| * | *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-67/+71
| |/
* | Merge pull request #1026 from qlyoung/no-ospf6David Lamparter2017-08-241-21/+87
|\ \ | |/ |/|
| * ospf6d: add `no` forms for interface commandsQuentin Young2017-08-221-21/+87
* | Merge pull request #1025 from qlyoung/no-ospfDavid Lamparter2017-08-221-6/+7
|\|
| * ospfd, ospf6d: cleanup some `no` commandsQuentin Young2017-08-221-6/+7
* | Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-1/+17
|\ \
| * | *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-1/+17
| |/
* | Merge pull request #929 from opensourcerouting/hooks-doc-irdpDonald Sharp2017-08-211-7/+3
|\ \ | |/ |/|
| * *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-7/+3
* | ospf6d: Remove ospf6d version stringDonald Sharp2017-08-202-21/+0
|/
* Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp2017-08-094-44/+77
|\
| * build: non-recursive ospf*David Lamparter2017-08-044-44/+77
* | ospf6: Fix DEBUG compiling errorßingen2017-08-091-2/+1
|/
* Merge pull request #870 from chiragshah6/mdevDavid Lamparter2017-08-048-28/+41
|\
| * ospf6d: adjust changes per PR 870 reviewChirag Shah2017-07-312-10/+15
| * ospf6d: Fix memory leaksChirag Shah2017-07-279-40/+48
* | ospf6d: New version of GCC with new warningsDonald Sharp2017-07-284-7/+7
|/
* Revert "*: reindent pt. 2"David Lamparter2017-07-225-25/+15
* ospf6d: crash in ospf6_lsdb_showDaniel Walton2017-07-181-2/+4
* *: reindent pt. 2whitespace / reindent2017-07-175-15/+25
* *: reindentreindent-master-afterwhitespace / reindent2017-07-1739-17856/+17046
* Merge pull request #820 from opensourcerouting/gcc7Donald Sharp2017-07-143-3/+4
|\
| * *: fix GCC 7 warnings/issuesDavid Lamparter2017-07-141-1/+1
| * *: fix GCC 7 switch/case fallthrough warningsDavid Lamparter2017-07-142-2/+3
* | Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactorDavid Lamparter2017-07-1416-532/+491
|\|
| * Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-144-12/+12
| |\
| | * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-134-13/+13
| * | *: remove VTYNL, part 6 of 6David Lamparter2017-07-143-69/+69
| * | *: remove VTYNL, part 5 of 6David Lamparter2017-07-141-3/+2
| * | *: remove VTYNL, part 4 of 6David Lamparter2017-07-1413-339/+302
| * | *: remove VTYNL, part 3 of 6David Lamparter2017-07-142-8/+6
| * | *: remove VTYNL, part 2 of 6David Lamparter2017-07-1415-79/+79
| * | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-2/+2
| * | ospf6d: VNL -> VTYNLDavid Lamparter2017-07-1414-344/+344
| * | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-136-21/+21
| * | lib: move \n vs. \r\n handling into vty codeDavid Lamparter2017-07-131-1/+0
| |/
* | ospf6d: rewrite ospf6_lsdb_lookup_next()David Lamparter2017-07-111-30/+4
* | ospf6d: rewrite LSDB iterationDavid Lamparter2017-07-112-154/+74
* | ospf6d: use macro for LSDB walksDavid Lamparter2017-07-1110-99/+61
* | lib: add some abstraction guards for table codeDavid Lamparter2017-07-111-0/+3
|/
* *: fix excess docstringQuentin Young2017-07-052-5/+1
* ospf6d: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-1/+4
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-2/+2