summaryrefslogtreecommitdiffstats
path: root/isisd/isisd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-0/+1
* isisd: Add vrf_id to the main isis structureDonald Sharp2019-09-101-1/+2
* isisd: unify isis_nexthop and isis_nexthop6 into a single structRenato Westphal2019-08-211-1/+0
* isisd: Remove unnecessary use of strcpyChristian Franke2019-05-291-5/+1
* isisd: del routes when area is unconfiguredEmanuele Di Pascale2019-05-291-1/+1
* Merge pull request #3045 from opensourcerouting/atomsLou Berger2019-04-301-31/+16
|\
| * isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-31/+16
* | isisd: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-251-2/+4
* | Revert "isisd: Add IS-IS-TE support per Area"Russ White2019-04-231-4/+2
* | Issue #4032: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-151-2/+4
|/
* isisd: strncpy -> strlcpyQuentin Young2019-02-261-2/+3
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* isisd: retrieve default values from the yang modelEmanuele Di Pascale2018-12-181-4/+37
* isisd: implement the 'database-overload' notificationEmanuele Di Pascale2018-12-181-0/+3
* isisd: modify config_write funcs to use the northboundEmanuele Di Pascale2018-12-181-0/+16
* isisd: retrofit the 'log-adjacency-changes' commandEmanuele Di Pascale2018-12-181-6/+6
* isisd: retrofit the 'topology' commandEmanuele Di Pascale2018-12-181-1/+6
* isisd: retrofit the 'metric-style' commandEmanuele Di Pascale2018-12-181-5/+3
* isisd: retrofit the 'net' commandEmanuele Di Pascale2018-12-181-2/+4
* isisd: retrofit 'router isis' and 'ip router isis' cmdsEmanuele Di Pascale2018-12-181-16/+19
* isisd: Provide statistics over number of generated purgesChristian Franke2018-12-071-0/+3
* isisd: Provide statistics over number of LSP regenerationsChristian Franke2018-12-071-0/+4
* isisd: Provide statistics about retransmitted LSPsChristian Franke2018-12-071-0/+2
* isisd: Provide statistics about sent/received PDU countChristian Franke2018-12-071-0/+5
* isisd: Move code to find LSP out of show databaseChristian Franke2018-12-071-60/+55
* isisd: Provide better flooding debuggingChristian Franke2018-12-071-3/+34
* isisd: Add debug output for tx-queuesChristian Franke2018-12-071-0/+38
* isisd: Remove unused debug flagsChristian Franke2018-11-081-188/+0
* isisd: Combine lsp_l1/l2_refreshChristian Franke2018-10-241-0/+7
* isisd: Add debugging for BFDChristian Franke2018-10-051-0/+37
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* isisd: add purge originator identification supportChristian Franke2018-09-051-0/+4
* fabricd: add flooding algorithm debuggingChristian Franke2018-09-051-0/+6
* fabricd: allow to configure tier-level advertisementChristian Franke2018-09-051-0/+9
* fabricd: run a hop-by-hop spfChristian Franke2018-09-051-1/+4
* fabricd: adjacency formation optimization as per section 2.4Christian Franke2018-09-051-0/+4
* fabricd: adjust IS-IS defaults as per draftChristian Franke2018-09-051-19/+26
* fabricd: add new daemon as build of isisdChristian Franke2018-09-051-117/+120
* isisd: make spf code dst-src awareChristian Franke2018-08-031-0/+4
* isisd: make use of advanced concepts like arrays and loopsChristian Franke2018-08-031-13/+17
* isisd: move route_table into spftreeChristian Franke2018-08-031-41/+23
* bgpd isisd ldpd lib ospfd pimd: redundancy (infer)paco2018-06-201-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-12/+12
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-1/+1
* isisd: Add a missing newline to a help stringDonald Sharp2017-11-151-1/+1
* *: add missing \n in some help stringsRenato Westphal2017-10-241-1/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-2/+1
* Merge branch 'master' into dev-masterMitesh Kanjariya2017-08-291-22/+23
|\
| * *: fix compiler warningsDavid Lamparter2017-08-261-2/+2
| * isisd: return proper error codes in some commandsRenato Westphal2017-08-221-11/+11