summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: always link fragments to fragment #0, even when learned by CSNPChristian Franke2017-08-113-24/+39
* Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp2017-08-094-40/+82
|\
| * build: non-recursive isisdDavid Lamparter2017-08-044-40/+82
* | *: Define the number of seconds in a Day, Week and yearDonald Sharp2017-08-081-2/+0
* | Merge pull request #899 from donaldsharp/ETH_ALENDavid Lamparter2017-08-054-13/+6
|\ \
| * | isisd: Convert to using prefix.h ETH_ALENDonald Sharp2017-08-044-13/+6
* | | isisd: don't validate dict integrity for regular buildsChristian Franke2017-08-042-1/+7
|/ /
* | isisd: Use a hashtable to speed up lookups during SPFChristian Franke2017-08-031-95/+179
* | isisd: make isis_spftree non-publicChristian Franke2017-08-035-90/+88
|/
* isisd: purge LSP correctly on confusionChristian Franke2017-08-033-8/+20
* isisd: only process overload info from fragment #0Christian Franke2017-08-031-6/+7
* isisd: Limit number of addresses in IPv4 addr TLV to 63Christian Franke2017-08-031-1/+6
* isisd: rework complete, move "tlvs2" to "tlvs"Christian Franke2017-08-039-84/+82
* isisd: send/receive LSPs with new parserChristian Franke2017-08-0329-4275/+977
* isisd: send/receive *SNPs with new parserChristian Franke2017-08-033-627/+277
* isisd: send/receive IIHs with new parserChristian Franke2017-08-039-869/+382
* isisd: Don't use structs to encode/decode PDU headerChristian Franke2017-08-034-162/+116
* isisd: add new tlv parserChristian Franke2017-08-034-3/+3399
* isisd: add formatter codeChristian Franke2017-08-032-80/+137
* 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