summaryrefslogtreecommitdiffstats
path: root/isisd/isis_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* isisd: fix dangling instancesIgor Ryzhov2021-05-141-3/+0
* isisd: rework BFD integrationIgor Ryzhov2021-05-071-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* isisd: implement Remote LFARenato Westphal2021-01-091-0/+2
* isisd: add support for classic LFA (RFC 5286)Renato Westphal2020-11-251-0/+2
* Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal2020-09-111-0/+2
|\
| * isisd: ldp-igp-sync feature: adding isis supportlynne2020-09-091-0/+2
* | doc, yang, isisd : Support for different VRF in isisdharios_niral2020-09-011-3/+2
* | isisd: reuse adjacency state change hook in the SPF codeRenato Westphal2020-08-271-1/+1
|/
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-141-2/+4
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* ISIS VRF: Added vrf_socket and new param in isisd privileges.Kaushik2020-06-241-1/+1
* *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
* isisd: add support for segment routingRenato Westphal2020-04-301-3/+16
* *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* *: fix route map integrationRafael Zalamena2020-02-041-0/+2
* lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* 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/+1
* isisd: move old BFD command to fabricd onlyRafael Zalamena2019-07-091-2/+3
* isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-1/+0
* *: use array_size instead of raw divisionQuentin Young2019-02-261-1/+1
* isisd: implement sighup handlerEmanuele Di Pascale2018-12-181-2/+13
* isisd, yang: add configuration model and callback stubsEmanuele Di Pascale2018-12-181-0/+7
* fabricd: Update neighbor list on adjacency state changeChristian Franke2018-12-071-0/+2
* *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-1/+0
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+5
* isisd: Add a hook when writing interface configChristian Franke2018-10-051-0/+2
* isisd: Replace isis_event_adjacency_state_change with a hookChristian Franke2018-10-051-0/+2
* isisd: Register as BFD clientChristian Franke2018-10-051-0/+2
* isis: Cleanup CLI, split into parts which are shared, fabricd and isisdChristian Franke2018-09-051-0/+2
* fabricd: add new daemon as build of isisdChristian Franke2018-09-051-0/+11
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* isisd: Add isis_errors and generate custom Error CodesDonald Sharp2018-08-141-0/+2
* isisd: Convert to use LIB_ERR_XXXDonald Sharp2018-08-141-1/+1
* isisd: send/receive LSPs with new parserChristian Franke2017-08-031-1/+0
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-115/+99
* isisd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+1
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\
| * *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+4
|/
* isisd: remove reload-by-reexecDavid Lamparter2017-03-081-38/+1
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* *: add frr_run()David Lamparter2017-03-081-11/+1
* *: add frr_config_fork()David Lamparter2017-03-081-56/+3
* *: centralize more into frr_init()David Lamparter2017-03-071-4/+1