summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix compiler warningsDavid Lamparter2017-08-261-2/+2
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-107/+15
* isisd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2017-08-241-90/+39
* isisd: use the new API to send routes to zebraRenato Westphal2017-08-231-167/+51
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-16/+0
* vnc/eigrpd/isisd: check for the correct message typesRenato Westphal2017-08-231-2/+2
* *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-66/+64
* isisd: return proper error codes in some commandsRenato Westphal2017-08-222-54/+54
* Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-9/+10
|\
| * *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-9/+10
* | Merge pull request #929 from opensourcerouting/hooks-doc-irdpDonald Sharp2017-08-211-2/+2
|\ \ | |/ |/|
| * lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
* | isisd: Remove unused versionDonald Sharp2017-08-201-2/+0
|/
* 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
|\ \