summaryrefslogtreecommitdiffstats
path: root/isisd/isis_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: Free up isis master list of instancesDonald Sharp2024-08-081-0/+1
* isisd: Free up memory associated with rm/vrf'sDonald Sharp2024-08-081-0/+5
* *: Modify agentx to be allowed to be calledDonald Sharp2024-05-101-0/+2
* *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-3/+0
* isisd: fix overload state locationDavid Lamparter2024-01-271-0/+29
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-10/+16
* isisd: Add function to terminate the SRv6 moduleCarmine Scarpitta2023-08-041-0/+1
* isisd: Add function to initialize the SRv6 moduleCarmine Scarpitta2023-08-041-0/+1
* isisd: Log error when config-end timeout occurs.Acee2023-06-241-3/+11
* isisd: fix typo in indef fabricd commentLouis Scalbert2023-04-181-1/+1
* isisd: add affinity-map configuration hooksLouis Scalbert2023-04-181-1/+4
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-2/+2
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* Merge pull request #12819 from isabelladeleon12/isis_load_config_before_lsp_genRuss White2023-02-281-0/+35
|\
| * isisd: Fix isisd to generate lsps after config processing is completeIsabella de Leon2023-02-211-0/+35
* | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-14/+1
|\ \ | |/ |/|
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* | isisd: add affinity-map supportLouis Scalbert2023-02-091-0/+6
|/
* *: 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