summaryrefslogtreecommitdiffstats
path: root/isisd/isis_circuit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal2020-09-111-5/+12
|\
| * isisd: ldp-igp-sync feature: adding isis supportlynne2020-09-091-5/+12
* | doc, yang, isisd : Support for different VRF in isisdharios_niral2020-09-011-15/+24
|/
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-141-2/+19
* *: un-split strings across linesDavid Lamparter2020-07-141-8/+4
* isisd: fix Coverity warningEmanuele Di Pascale2020-07-101-1/+1
* isisd: log adj change when circuit goes downEmanuele Di Pascale2020-07-011-0/+37
* ISIS VRF: ISIS Debug structure modificationsharios2020-06-241-1/+1
* isisd: prevent segfault in isis_circuit_af_setEmanuele Di Pascale2020-06-101-7/+19
* isisd: fix local address TE TLVEmanuele Di Pascale2020-05-291-1/+2
* isisd: set TE link params on circuit creationEmanuele Di Pascale2020-05-191-0/+2
* isisd: fix display of "isis bfd" in the running configurationRenato Westphal2020-04-231-6/+1
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-4/+4
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+3
* *: remove tabs from log messagesDavid Lamparter2020-03-241-4/+2
* isisd: do not disable circuit on ifdownEmanuele Di Pascale2020-02-191-1/+0
* *: Convert prefix_free to double pointerDonald Sharp2019-11-021-5/+5
* isisd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-0/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-0/+10
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-0/+7
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-0/+2
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-0/+8
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+22
* isisd: Update TLVs processing for TE, RI & SROlivier Dugeon2019-09-171-5/+6
* *: rename new ForEach macros from the typesafe APIRenato Westphal2019-05-211-1/+1
* isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-8/+2
* isisd: strncpy -> strlcpyQuentin Young2019-02-261-3/+4
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-2/+2
* isisd: retrieve default values from the yang modelEmanuele Di Pascale2018-12-181-0/+42
* isisd: implement the 'if-state-change' notificationEmanuele Di Pascale2018-12-181-0/+10
* isisd: modify config_write funcs to use the northboundEmanuele Di Pascale2018-12-181-0/+29
* isisd: retrofit the 'isis network' commandEmanuele Di Pascale2018-12-181-15/+2
* isisd: Remove unused t_send_lsp timerChristian Franke2018-12-071-1/+0
* isisd: add send_hello_sched functionChristian Franke2018-12-041-6/+2
* isisd: reduce code duplication for levelsChristian Franke2018-12-041-21/+15
* isisd: Add level&circuit thread argument to circuitChristian Franke2018-12-041-0/+2
* isisd: Address code-style warningsChristian Franke2018-10-121-1/+2
* isisd: Add a hook when writing interface configChristian Franke2018-10-051-1/+5
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-7/+7
* Merge pull request #3031 from pacovn/static_analysis__WcommaLou Berger2018-09-171-6/+6
|\
| * bgpd isisd zebra: misuse of comma operatorF. Aragon2018-09-141-6/+6
* | isisd: ISIS_[ERR|WARN] -> EC_ISISQuentin Young2018-09-131-2/+2
|/
* fabricd: reimplement LSP transmission logicChristian Franke2018-09-051-83/+22
* fabricd: adjust IS-IS defaults as per draftChristian Franke2018-09-051-8/+10
* isis: Cleanup CLI, split into parts which are shared, fabricd and isisdChristian Franke2018-09-051-2/+0
* fabricd: add new daemon as build of isisdChristian Franke2018-09-051-21/+21
* isisd, ospfd, tests: Switch to using stream_resize_inplaceDonald Sharp2018-08-221-1/+1