summaryrefslogtreecommitdiffstats
path: root/isisd/isis_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-100/+28
* *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
* isisd: Add vty_socket cli option to override the compiled-in location for the...Martin Winter2017-01-251-1/+11
* build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-6/+6
* *: fix some licensing SNAFUsDavid Lamparter2016-11-141-1/+0
* lib, isisd: enable concurrent configuration editingDavid Lamparter2016-10-071-0/+1
* isisd: qobj: register everythingDavid Lamparter2016-10-071-0/+1
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-0/+1
* Add support of Traffic Engineering to IS-ISOlivier Dugeon2016-09-031-0/+3
* Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-1/+3
* all: add default log file if none are definedDon Slice2016-07-111-1/+2
* Quagga: Fix code to use srandom/randomDonald Sharp2016-05-301-1/+1
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-271-4/+0
* isisd: add support to import routes from other protocolsChristian Franke2016-03-301-0/+5
* *: Modify protocols to have systemd integrationDonald Sharp2016-02-101-0/+4
* Quagga: Fixup some compile warningsDonald Sharp2015-11-231-3/+3