summaryrefslogtreecommitdiff
path: root/isisd/isis_main.c
AgeCommit message (Expand)Author
2024-08-08isisd: Free up isis master list of instancesDonald Sharp
2024-08-08isisd: Free up memory associated with rm/vrf'sDonald Sharp
2024-05-10*: Modify agentx to be allowed to be calledDonald Sharp
2024-02-01*: create a single registry of daemons' default port valuesMark Stapp
2024-01-27isisd: fix overload state locationDavid Lamparter
2024-01-27*: fix `frr_daemon_info` indentationDavid Lamparter
2023-08-04isisd: Add function to terminate the SRv6 moduleCarmine Scarpitta
2023-08-04isisd: Add function to initialize the SRv6 moduleCarmine Scarpitta
2023-06-24isisd: Log error when config-end timeout occurs.Acee
2023-04-18isisd: fix typo in indef fabricd commentLouis Scalbert
2023-04-18isisd: add affinity-map configuration hooksLouis Scalbert
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert a bunch of thread_XX to event_XXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-28Merge pull request #12819 from isabelladeleon12/isis_load_config_before_lsp_genRuss White
2023-02-21isisd: Fix isisd to generate lsps after config processing is completeIsabella de Leon
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-09isisd: add affinity-map supportLouis Scalbert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-08-25*: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis
2021-05-14isisd: fix dangling instancesIgor Ryzhov
2021-05-07isisd: rework BFD integrationIgor Ryzhov
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-01-08isisd: implement Remote LFARenato Westphal
2020-11-24isisd: add support for classic LFA (RFC 5286)Renato Westphal
2020-09-11Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal
2020-09-09isisd: ldp-igp-sync feature: adding isis supportlynne
2020-09-01doc, yang, isisd : Support for different VRF in isisdharios_niral
2020-08-26isisd: reuse adjacency state change hook in the SPF codeRenato Westphal
2020-08-14isisd : Transformational changes to support different VRFs.Kaushik
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-24ISIS VRF: Added vrf_socket and new param in isisd privileges.Kaushik
2020-06-05*: add filter northbound supportRafael Zalamena
2020-04-30isisd: add support for segment routingRenato Westphal
2020-04-16*: include vrf northbound module in initChirag Shah
2020-02-04*: fix route map integrationRafael Zalamena
2019-12-06lib: rename memory_vty.c to lib_vty.cDavid Lamparter
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-10-29isisd: split northbound callbacks into multiple filesRenato Westphal
2019-09-10isisd: Add vrf_id to the main isis structureDonald Sharp
2019-07-09isisd: move old BFD command to fabricd onlyRafael Zalamena
2019-04-27isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter
2019-02-25*: use array_size instead of raw divisionQuentin Young
2018-12-18isisd: implement sighup handlerEmanuele Di Pascale