summaryrefslogtreecommitdiffstats
path: root/isisd/isis_circuit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-2/+2
* isisd: Add isis_errors and generate custom Error CodesDonald Sharp2018-08-141-2/+6
* *: ALLOC calls cannot failDonald Sharp2018-08-111-4/+0
* isisd: don't crash when isis_sock_init failsChristian Franke2018-07-191-8/+7
* isisd: out-of-bounds access (Coverity 1399309)paco2018-06-151-2/+2
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-2/+2
* isisd: add nerd-knob to turn three-way-adj offChristian Franke2018-03-101-0/+5
* isisd: allocate circuit_id only for broadcast circuitsChristian Franke2018-03-101-11/+11
* isisd: cleanup usage of circuit_idChristian Franke2018-03-101-13/+10
* isisd: revert some counterproductive indentationChristian Franke2018-03-101-4/+2
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-4/+8
* isisd: Remove impossible checkDonald Sharp2018-02-171-3/+0