summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "*: reindent pt. 2"David Lamparter2017-07-2210-75/+62
* *: reindent pt. 2whitespace / reindent2017-07-1710-62/+75
* *: reindentreindent-master-afterwhitespace / reindent2017-07-1751-20184/+19543
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-143-16/+16
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-133-16/+16
* | *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-2/+2
* | *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-2/+2
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-147-33/+33
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-145-53/+53
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-1310-247/+247
|/
* *: fix excess docstringQuentin Young2017-07-051-11/+4
* isisd: Fix zclient cleanup on shutdownDonald Sharp2017-06-303-0/+10
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-297-33/+33
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-292-3/+3
* *: use vty_outlnQuentin Young2017-06-2910-512/+484
* Merge pull request #754 from qlyoung/fix-argv-argRuss White2017-06-291-1/+1
|\
| * *: use ->text and strmatch where appropriateQuentin Young2017-06-271-1/+1
* | Merge pull request #759 from qlyoung/remove-vty-argparsersJafar Al-Gharaibeh2017-06-291-1/+1
|\ \
| * | *: remove VTY_GET_*Quentin Young2017-06-271-1/+1
| |/
* | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-06-294-56/+99
|\ \ | |/ |/|
| * isisd: fix to adhere to new cli apiChristian Franke2017-06-201-22/+34
| * isisd: fix memtype counting issueChristian Franke2017-06-201-3/+3
| * isisd: adjust redist functionality to current zapiChristian Franke2017-06-203-20/+51
| * isisd: fix formatting in metrics when showing databaseChristian Franke2017-06-201-7/+7
* | Merge branch 'stable/3.0'David Lamparter2017-06-131-2/+15
|\|
| * isisd: fix heap uaf, round 2Quentin Young2017-06-091-6/+17
| * isisd: fix heap uafQuentin Young2017-06-071-2/+4
| * Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-1/+0
* | *: do not take address of packed memberQuentin Young2017-05-263-9/+7
* | Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\ \
| * | *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* | | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-1550-194/+188
|/ /
* | Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-1/+0
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-098-117/+137
* | isisd: use MT to only advertise usable linksChristian Franke2017-05-061-2/+22
* | isisd: support unnumbered operationChristian Franke2017-05-062-83/+12
* | isisd: show topology information for adjacenciesChristian Franke2017-05-061-0/+6
* | isisd: ensure that MT is only used with wide metricsChristian Franke2017-05-062-0/+40
* | isisd: fix initialization of ES vertizesChristian Franke2017-05-061-2/+6
* | isisd: fix uninitialized pointerQuentin Young2017-04-291-1/+1
* | isisd: make spf MT awareChristian Franke2017-04-284-18/+107
* | isisd: announce and parse MT IP reachabilitiesChristian Franke2017-04-285-230/+596
* | isisd: announce and parse MT IS reachabilitiesChristian Franke2017-04-286-77/+405
* | isisd: track intersecting set of supported MTs for each adjChristian Franke2017-04-285-1/+124
* | isisd: announce MT capabilities in IIH and LSPChristian Franke2017-04-286-0/+249
* | isisd: add MT configurationChristian Franke2017-04-288-2/+525
* | isisd: implement draft-ietf-isis-ext-eth and support p2p over LAN on BSDChristian Franke2017-04-283-32/+16
* | isisd: do some cleanup on the spf implementationChristian Franke2017-04-282-419/+225
* | isisd: function lsp_te_tlv_fit is never usedChristian Franke2017-04-282-60/+0
|/
* isisd: Fix some various clang warningsDonald Sharp2017-04-012-8/+8